Hello Everybody,
I have a MySQL server in my W2K server DNS=Network.srv. User name 'Admin' and password ='password' is for Admin purpose in Server.
Database name = 'TestDB'
IP for server = 192.168.111.2


       So I set up grant
GRANT ALL on TestDB.* TO [EMAIL PROTECTED] IDENTIFIED BY 'password';

It works pretty well on server machine.

I've another machine with IP = 192.168.111.3.

Do I need to set a grant such as
GRANT ALL on TestDB.* TO [EMAIL PROTECTED] IDENTIFIED BY 'password';

Thank you.
Terry


_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus



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



Reply via email to