Control Web Panel

WebPanel => Installation => Topic started by: tommy on March 20, 2014, 05:00:40 AM

Title: change the password of mysql used by CWP
Post by: tommy on March 20, 2014, 05:00:40 AM
CWP is awesome, and works well in default. But a issue came when I want to change password of root account in mysql, the system gets can not connect the database, and I do not know where I can update the connect information, please kindly advise.
Title: Re: change the password of mysql used by CWP
Post by: Administrator on March 31, 2014, 10:15:51 PM
when you change mysql root password from command line than you need to update it in CWP

at the moment CWP is only using root password for mysql you enter in CWP, but CWP is not changing mysql password from GUI.
Title: Re: change the password of mysql used by CWP
Post by: sriniraula@gmail.com on June 22, 2014, 03:54:13 PM
what is default root paswd of my sql ?
Title: Re: change the password of mysql used by CWP
Post by: Administrator on June 22, 2014, 08:09:34 PM
its random generated, you can check it from command line

Code: [Select]
cat /root/my.cnf