petter7252 Posted March 2, 2008 Posted March 2, 2008 Im trying to connect to Mysql outside localhost and i get this error: Here is the user list(taken from localhost): Any idea on how to fix? Quote
Forum² Admin F2 Staff Posted March 2, 2008 Forum² Admin Posted March 2, 2008 Try running this query: GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'yourpasswor' WITH GRANT OPTION; Then after it runs without errors usfe this query to reload privileges table. FLUSH PRIVILEGES; Quote
petter7252 Posted March 3, 2008 Author Posted March 3, 2008 Got it to work, it was the firewall. Changing firewall btw, dont know what firewall yet, any suggestions? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.