In case you cannot log to mysql frm remote PC

I you cannot log to mysql frm remote machine on port 3306 you need to
do the following

mysql -u root -p

use mysql;

UPDATE mysql.user SET Host='%', User='root' WHERE Host='localhost' AND
User='root'

FLUSH PRIVILEGES;

--

No comments:

Other Articles

Enter your email address: