On Tue, 2003-06-17 at 17:13, [EMAIL PROTECTED] wrote:
> Hello,
> 
> Would be grateful if someone couldkindly point me in the right direction.

Check the MySQL documentation. You also might want to ask on the MySQL
mailing list.

  http://www.mysql.com/doc/en/Default_privileges.html
  http://www.mysql.com/doc/en/Access_denied.html

It appears, however, that mysqld is not recognizing the authority of
whoever you're connected as to modify the grant tables. Try connecting
as the admin user.


Good luck,

Torben

> Whenever I try to connect to mysql server, I get these messsage back
> 
> 1.
> mysql> GRANT ALL PRIVILEGES ON *.* TO moses@"%" IDENTIFIED BY "cludiana";
> ERROR 1045: Access denied for user: '@127.0.0.1' (Using password: NO)
> mysql>
> 
> 2.
> mysql> GRANT ALL PRIVILEGES ON *.* TO moses@"%" IDENTIFIED BY "cludiana";
> ERROR 1045: Access denied for user: '@127.0.0.1' (Using password: NO)
> mysql>
> 
> what could be wrong. Help please .
> 
> Regards
> 
> Moses
-- 
 Torben Wilson <[EMAIL PROTECTED]>                        +1.604.709.0506
 http://www.thebuttlesschaps.com          http://www.inflatableeye.com
 http://www.hybrid17.com                  http://www.themainonmain.com
 -----==== Boycott Starbucks!  http://www.haidabuckscafe.com ====-----




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to