I'm trying to access a database over my local network.

On the server, I had applied the following commands:

shell > mysql -u root -p
mysql> GRANT ALL on mydb.* To 'snotface'@'otherhost.mydomain' IDENTIFIED BY 
'novice';

From the otherhost.mydomain, I try a:

shell> mysql -h [EMAIL PROTECTED] -u snotface -p
Password: novice
ERROR 1045 (28000): Access denied for user 
'snotface'@'otherhost.mydomain' (using password: YES)

I'm running MySQL version 4.1.8 on the server. and 
Ver 14.7 Distrib 4.1.11, for redhat-linux-gnu (i386) on the client.

Why?

-- 
Jørn Dahl-Stamnes
homepage: http://www.dahl-stamnes.net/dahls/

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

Reply via email to