On Sun, 2 Sep 2001, Sinisa Milivojevic wrote:

> What does SHOW GRANTS presents for that user ??

[sjmudd@phoenix sjmudd]$ mysql --host=phoenix
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 2 to server version: 3.23.36

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

mysql> show grants for sjmudd;
+-----------------------------------------------------------------------+
| Grants for sjmudd@%                                                   |
+-----------------------------------------------------------------------+
| GRANT ALL PRIVILEGES ON negatives.* TO 'sjmudd'@'%' WITH GRANT OPTION |
+-----------------------------------------------------------------------+
1 row in set (0.00 sec)

mysql>

I think this looks ok?

> Also, there was a bug in 3.23.36. Can you try .41 ??

Ok. I'll try upgrading to this version and see if this removes the
problem.  thanks for the help.

Regards,

Simon
-- 
Simon J Mudd, Madrid SPAIN.   email: [EMAIL PROTECTED]
Tel: +34-91-408 4878,   Mobile: +34-605-085 219


---------------------------------------------------------------------
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