Hello,

I installed Mysql 31 on a server with an NT platform.
Before that there was a Mysql 23 on it.
When it is installed I made new users on it.
I did it like that.

GRANT ALL PRIVILEGES ON *.* TO dbuser@***.***.***.***(ip-address) IDENTIFIED BY 'password' WITH GRANT OPTION;

When that is done I can log in on the mysql by typing the following:

mysql -h ***.***.***.***(ip-address) -u dbuser -p

But when I do the same thing from another computer it doesn't work.
Is there someone who can help me with it?
Before I installed the 31 it worked very good.

Thanks in advance.
Stephane
---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to