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
FPCH Admin AWS Posted March 2, 2008 FPCH 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 Off Topic Forum - Unlike the Rest
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