No success either, thank you anyway.

  [mac:~] reuleaux% mysql -u root -p***
  Welcome to the MySQL monitor.  Commands end with ; or \g.
  Your MySQL connection id is 25 to server version: 3.23.56

  Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

  mysql> grant all on myFineDb.* to [EMAIL PROTECTED] identified by "abcpass";
  Query OK, 0 rows affected (0.00 sec)

  mysql> Bye

  [mac:~] reuleaux% mysql -u abc -pabcpass myFineDb
  ERROR 1044: Access denied for user: '[EMAIL PROTECTED]' to database 'myfinedb'
  [mac:~] reuleaux%

(The same with -h 192.168.1.5)

On Mon, Jul 14, 2003 at 03:09:54PM +0300, Veysel Harun Sahin wrote:
> 
> An idea; Did you try to set user name with ip address of the computer 
> you are running instead of localhost? I think it is worth to try and 
> hope it helps.
> 
> grant all on myFineDb.* to [EMAIL PROTECTED] identified by "abcpass";
> 
> ...

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

Reply via email to