linuxisnew
5th April 2006, 18:48
I have a web server setup with a database. The server was configured by a company who is unable to help me. They did not set a password on Mysql so I did. I have been down many trails to make the database work with a password and every time I get some part working I find another is broken. What I would like to do at this time is remove the password from mysql until I have more knowledge. Here is the statement I used to put the password on. mysqladmin -u root password yourrootsqlpassword . Yes I did replace yourrootsqlpassword with a real password. I hope some one can help, Thanks