What is error code 1044 ?

2002-02-20 Thread bc203

Now I can not open my all databases. The error following:

[root@linuxserver /root] # mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with;or \g.
Your MySQL connection id is 1 to server version: 3.22.32

Type 'help' for help.
mysql use mysql;
ERROR 1044: Access denied for user:'@localhost' to database 'mysql'
mysql select * from user;
ERROR 1046: No Database Selected
mysql

Please tell me what wrong my Mysql is? Thanks.
--
¹úÄÚÊÕ·ÑÓÊÏäË­×îÇ¿£¬Ê×´ÎȨÍþÆÀ²â¼û·ÖÏþ
http://news.21cn.com/domestic/21CN/2001-11-19/550568.html
ÂòÆóÒµÓÊÏ䣬»ñÔùÓòÃû
http://mail.21cn.com/corporation/010.html
21cn´øÄú×ß½øÄ¿±êÖ®Âã¬ÏíÊÜÉÌÂÃÀÖȤ
http://travel.21cn.com/agency/aimtrip/aimtrip.html
ÊÕ·ÑÓÊÏäÕæÄÜ´óÐÐÆäµÀ£¬¸øÎÒÒ»¸öÀíÓÉ
http://mail.21cn.com/bijiao/index2-7.html



-
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




Re: What is error code 1044 ?

2002-02-20 Thread Kevin Smith

Exactly what the error message says.  In other words you do not have the
correct permissions to access the mysql database.

- Original Message -
From: bc203 [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, February 20, 2002 3:31 PM
Subject: What is error code 1044 ?


 Now I can not open my all databases. The error following:

 [root@linuxserver /root] # mysql -u root -p
 Enter password:
 Welcome to the MySQL monitor. Commands end with;or \g.
 Your MySQL connection id is 1 to server version: 3.22.32

 Type 'help' for help.
 mysql use mysql;
 ERROR 1044: Access denied for user:'@localhost' to database 'mysql'
 mysql select * from user;
 ERROR 1046: No Database Selected
 mysql

 Please tell me what wrong my Mysql is? Thanks.
 --
 ¹úÄÚÊÕ·ÑÓÊÏäË­×îÇ¿£¬Ê×´ÎȨÍþÆÀ²â¼û·ÖÏþ
 http://news.21cn.com/domestic/21CN/2001-11-19/550568.html
 ÂòÆóÒµÓÊÏ䣬»ñÔùÓòÃû
 http://mail.21cn.com/corporation/010.html
 21cn´øÄú×ß½øÄ¿±êÖ®Âã¬ÏíÊÜÉÌÂÃÀÖȤ
 http://travel.21cn.com/agency/aimtrip/aimtrip.html
 ÊÕ·ÑÓÊÏäÕæÄÜ´óÐÐÆäµÀ£¬¸øÎÒÒ»¸öÀíÓÉ
 http://mail.21cn.com/bijiao/index2-7.html



 -
 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






-
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




What is error code 1044 ?

2002-02-20 Thread Victoria Reznichenko

bc203,

Wednesday, February 20, 2002, 5:31:03 PM, you wrote:

b Now I can not open my all databases. The error following:

b [root@linuxserver /root] # mysql -u root -p
b Enter password:
b Welcome to the MySQL monitor. Commands end with;or \g.
b Your MySQL connection id is 1 to server version: 3.22.32

b Type 'help' for help.
b mysql use mysql;
b ERROR 1044: Access denied for user:'@localhost' to database 'mysql'
b mysql select * from user;
b ERROR 1046: No Database Selected
b mysql
b Please tell me what wrong my Mysql is? Thanks.

You have no permissions on mysql database.
Could anybody set other (reset) permitions?

At the worst this will help you:
   http://www.mysql.com/doc/R/e/Resetting_permissions.html




-- 
For technical support contracts, goto https://order.mysql.com/
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
   ___/   www.mysql.com




-
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