Hi All

I have a database named "bugs" on server and and a user assigned for it named 
"bugs" only. This database is used for Bugzilla database and till today it 
was running fine. However there were some changes done by system 
administrator and then the connectivity from the application stopped.

I am connecting from root user to the server and if I issue a command 
# mysql -D bugs -u bugs@localhost
It gives the error "Access denied for the user bugs@localhost" (Error - 1044)

However If I issue the command 
#mysql -D bugs -u bugs
Then it connects to the bugs database using user bugs. However my Application 
scripts which contains "bugs@localhost" at many places, which cannot be 
changed.

In short I would like to connect to bugs database using "bugs@localhost" how 
I should do that ???   The sys admin don't know what exactly he has done .. I 
have seen the tables in "mysql" database namely "user" and "db" which stores 
the database settings. In both the the "HOST" column is set to "localhost" 
value.

Can you please help me out. 

Thanks in Advance

Amol

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