I had set up the following

I have a MYSQL server running on let's say 123.xx.xx.xx

User:  user1
Host:  111.xx.xx.xx

and gave that user the appropriate priveleges.


So. I tried to connect to the MYSQL server from 111.xx.xx.xx using user1, but it won't allow my to.

I then had to add this entry:

User: user1
Host:  %


Now I'm allowed to access the MYSQL server. Doesn't % open it up to all clients wanting to connect? I want to restrict which machine can connect to the server. How do I do that?

--
-James

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to