Quantcast
Viewing all articles
Browse latest Browse all 7239

Lost connection to MySQL server during query (1 reply)

Hello my friends. I have running mysql on Linux SUSE. I have configured my users access in order that root user might access. But after gave the access, i could not connet to my database. I am trying to connect from Windows Xp (Clients).
I use this command:

GRANT ALL PRIVILEGES ON *.* TO 'root'@'172.16.0.209' IDENTIFIED BY 'password' WITH GRANT OPTION;
an i could access from my pc to the server as root, but after that i run this query:

GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'password' WITH GRANT OPTION;

but i could not connect from other machiens as a root. What could be the problem. The same happend with other users. I can just connect from my machine to the server but from other machines i can not.


I just have access from 1 machine running Windows Xp. When i try to stablish a connection from other machines configured with grant i get the mentioned error.

I am using this query to give privileges:

GRANT ALL PRIVILEGES ON *.* TO 'root'@'172.16.2.103' IDENTIFIED BY 'sepco' WITH GRANT OPTION;

FLUSH PRIVILEGES;

After all, i try to connect as a root to the server from the machine 172.16.2.103 and just i can not stablish the connection.

Viewing all articles
Browse latest Browse all 7239

Trending Articles