Posted March 2, 200816 yr 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?
March 2, 200816 yr FPCH Admin 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 Off Topic Forum - Unlike the Rest
March 3, 200816 yr Author Got it to work, it was the firewall. Changing firewall btw, dont know what firewall yet, any suggestions?