Author Topic: How to change mysql user password from for cwp client ?  (Read 10102 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
How to change mysql user password from for cwp client ?
« on: December 08, 2015, 09:46:05 AM »
Please help me , I want to change mysql password without create again user.

Offline
*****
Re: How to change mysql user password from for cwp client ?
« Reply #1 on: December 08, 2015, 09:53:10 AM »
Hello.

Please help me , I want to change mysql password without create again user.



You have two ways for that.
a) you can log in to PhpMyAdmin as root and change the user password;
b) use the mysql command in SSH:
Code: [Select]
mysql -e "UPDATE mysql.user SET Password=PASSWORD('%your_password%' WHERE User='%your_user%' ; FLUSH PRIVILEGES)"Where: %your_user% - database user ; %your_password% - the new user password
You can ask me to solve any problem with your server for some money in pm  ;)
Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor
Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp

Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services