Sanjit Kumar <[EMAIL PROTECTED]> wrote:
Hai All
 
I am facing some problem related in mysql its showing  error .
 
ERROR 1045 (28000): Access denied for user 'admin'@'localhost' (using password: YES)
is there any clues for sort out this problem , its very help full .
 
 
With thanks
sanjit maharana
 
 
you have not given permission to admin user
login into mysl as root
mysql -u root -p
 
and then issue the following command
mysql>GRANT ALL ON DBname.* TO 'admin'@'localhost' IDENTIFIED BY PASSWORD 'password';
mysql> FLUSH PRIVILEGES;
 
replace the dbname and password with the values you want
 
Kindly use proper subject before writing mail to this group
and please refer mysql manual
 
Regards
Jeetu


Yahoo! FareChase - Search multiple travel sites in one click.

***Archives:
http://groups.yahoo.com/group/linuxvadapav/messages

***Group Usage Guidelines (Please Read):
http://groups.yahoo.com/group/linuxvadapav/files/mailing_rules




SPONSORED LINKS
Linux operating system Linux Hosting linux unix web
Unix vs linux Linux operating system download Free linux operating system download


YAHOO! GROUPS LINKS




Reply via email to