robster Posted May 25, 2005 Report Share Posted May 25, 2005 Hi there, I have looked around, and I'm trying to do it, basically I found a commented out password in the my-small file, but uncommenting and changing that doesn't work. What is the default mysql password, and how can i change it to my own? Thanks Rob Quote Link to comment Share on other sites More sharing options...
olajideolaolorun Posted May 25, 2005 Report Share Posted May 25, 2005 The default MySQL password is root and u can chnage it by editing the mysql_password file in /home/admin/www/ Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
moikirsch Posted September 7, 2005 Report Share Posted September 7, 2005 After changing the password in home/admin/www, stoping and started the server again it kept working with the original password (root). Any idea how to fix this or is there any other way to change the password? Quote Link to comment Share on other sites More sharing options...
olajideolaolorun Posted September 8, 2005 Report Share Posted September 8, 2005 That is not suppose to happen. Please recheck to make sure. Nothing writes to that file so it is suppose to stay whatever it is changed to. Unless someone changed it back or messed with the file. Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
moikirsch Posted September 9, 2005 Report Share Posted September 9, 2005 No one has access to the server... When setting a new password in the file only PhpMyAdmin changes it's password so I get an error message. If I try to access the database using something else like Navicat using root/root it works altough the password file says something else (not Root). Quote Link to comment Share on other sites More sharing options...
olajideolaolorun Posted September 9, 2005 Report Share Posted September 9, 2005 No, if you want to chnage the system root password, you have to do that through phpMyAdmin's Administration Interface. It is there that you change user settings, add users, and so on. Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
Yofazza Posted February 7, 2006 Report Share Posted February 7, 2006 When setting a new password in the file only PhpMyAdmin changes it's password so I get an error message. If I try to access the database using something else like Navicat using root/root it works altough the password file says something else (not Root). This is how: In phpMyAdmin, open an SQL window and type: SET PASSWORD FOR 'root'@'localhost' = PASSWORD('MyNewPassword'); Then click "Go". The next thing you know, the phpMyAdmin will not work since the root password has changed (then you need to change the password in the file previously mentioned - if you still want to use phpMyAdmin) -- And btw olajideolaolorun, You have a great software, thank you! Quote Link to comment Share on other sites More sharing options...
olajideolaolorun Posted February 8, 2006 Report Share Posted February 8, 2006 Thank you Quote Best Regards Olajide Olaolorun The Uniform Server Development Team Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.