Re: MySQL Client on Linux won't connect to MySQL Server on XP

2003-03-13 Thread walt
Paul Larue wrote: Hi all, I got MySQL 3.23.55-nt running on XP and MySQL Client 3.23.36 running on Linux Red Hat 7. I'm trying to have the client connect to the server but I get the same error all the time: [EMAIL PROTECTED] /root]# mysql -h 10.0.0.41 -u guest ERROR 1130: Host '10.0.0.220'

Re: MySQL Client on Linux won't connect to MySQL Server on XP

2003-03-11 Thread Tjoumaidis Tassos
No it says that the ip 10.0.0.220 does not have the right privileges to connect to your mysql server. This can be solved if you connect through command line to mysql and give grant all privileges on *.* to [EMAIL PROTECTED] identified by 'paswdyouwant'; This will give the basic privileges to

MySQL Client on Linux won't connect to MySQL Server on XP

2003-03-10 Thread Paul Larue
Hi all, I got MySQL 3.23.55-nt running on XP and MySQL Client 3.23.36 running on Linux Red Hat 7. I'm trying to have the client connect to the server but I get the same error all the time: [EMAIL PROTECTED] /root]# mysql -h 10.0.0.41 -u guest ERROR 1130: Host '10.0.0.220' is not allowed to