Sanjit Kumar <[EMAIL PROTECTED]> wrote:
Hai AllI 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 thankssanjit maharanayou have not given permission to admin userlogin into mysl as rootmysql -u root -pand then issue the following commandmysql>GRANT ALL ON DBname.* TO 'admin'@'localhost' IDENTIFIED BY PASSWORD 'password';
mysql> FLUSH PRIVILEGES;replace the dbname and password with the values you wantKindly use proper subject before writing mail to this groupand please refer mysql manualRegardsJeetu
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
- Visit your group "linuxvadapav" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
