Download How to allow remote connection to MySQL - Stack Overflow book pdf free download link or read online here in PDF. Read online How to allow remote connection to MySQL - Stack Overflow book pdf free download link book now. All books are in clear copy here, and all files are secure so don't worry about it. This site is like a library, you could find million book here by using search box in the header.
I started looking at the users in MySQL and noticed there were multiple root users with different passwords. select user, host, password from mysql.user; So in MySQL I set all the passwords for root again and I could finally log in remotely as root. use mysql; update user set password=PASSWORD('NEWPASSWORD') where User='root'; flush privileges;
Read : How to allow remote connection to MySQL - Stack Overflow pdf book online Select one of servers for direct link: |
---|