Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: SSBN on May 06, 2004, 05:19:39 AM

Title: mysql root password problem
Post by: SSBN on May 06, 2004, 05:19:39 AM
I have a web page that requires this (http://search.cpan.org/~samtregar/HTML-Template-2.6/)
Program for php and perl to work properly.

After installing HTML-Template-2.6 the mysql root password seems to be changed.  The file that contains the password. Root/.my.cnf still has the 76 car password in it but it no longer works. When I type in root in the shell it tells me it has a bad password.

Where ells would the password be listed or how can I fix this.
Title: mysql root password problem
Post by: Souley on May 06, 2004, 09:55:38 AM
Hi
Try this

Code: [Select]
[root@tuxtest /root] # /etc/rc.d/init.d/mysqld stop
[root@tuxtest  /root # /etc/esmith/events/actions/conf-mysql-password
[root@tuxtest /root] # /etc/rc.d/init.d/mysqld start


Look at this how to
http://www.familybrown.org/howtos/mysql-password-howto.html

Hope this will help
Regards
Souley
Title: mysql root password problem
Post by: SSBN on May 06, 2004, 02:54:28 PM
Thanks Souley that is what I needed to know. Now I just have to figure what that add-on caused a problem in the first place. Log files here I come.