Results 1 to 3 of 3
[root@smitdesk dr_smit]# mysql -u root -p mysql
Enter password:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
[root@smitdesk dr_smit]# mysql -u root -p mysql
Enter password:
What ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-01-2007 #1
What is Password for MySQL?
[root@smitdesk dr_smit]# mysql -u root -p mysql
Enter password:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
[root@smitdesk dr_smit]# mysql -u root -p mysql
Enter password:
What password is required here???dr_smit
Registered Linux User # 442381
You get life once....... If you live right, once is enough!
Mandriva 2008, CentOS 5, Sabalyon..
- 09-01-2007 #2Linux Newbie
- Join Date
- Dec 2005
- Location
- Toronto
- Posts
- 127
Is this a new (mysql) install ? If it is, then you need to assign a password to the root user. Make sure that mysql daemon is running, if not run the daemon and then execute this:
Replace <new-password> with your password.mysqladmin -u root password <new-password>
- 09-01-2007 #3
thanks a lot
yes it was a new installation and your suggestion worked..
I wish to wether PHP & Mysql are installed, configured to set up a software called OpenEMR.. How should I proceed?
http://www.linuxforums.org/forum/man...p-openemr.htmldr_smit
Registered Linux User # 442381
You get life once....... If you live right, once is enough!
Mandriva 2008, CentOS 5, Sabalyon..


Reply With Quote
