Author Topic: how to change mysql root password (phpmyadmin root) same thing  (Read 14682 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
how to change mysql root password (phpmyadmin root) same thing
« on: September 12, 2014, 08:06:39 AM »
how to change mysql root password (phpmyadmin root) same thing

Offline
*
Re: how to change mysql root password (phpmyadmin root) same thing
« Reply #1 on: September 12, 2014, 12:02:52 PM »
why would you need to change mysql root password ?
AntiDDoS Protection (web + mail)
http://centos-webpanel.com/website-ddos-protection-proxy

Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp


Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor


Do you need Fast and FREE Support included for your CWP linux server?
http://centos-webpanel.com/noc-partner-list
Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
***
Re: how to change mysql root password (phpmyadmin root) same thing
« Reply #2 on: September 13, 2014, 08:10:46 AM »
I don't think the why is a required thing to ask :D

Also i wanna remark that are different things if you wanna change to another, or if you lost it.
Also, once change, you must update my.ini file under root home.
8==D it's a function that try to compare 8 (int) against D (string) which returns True or False depending on the asker.

Offline
*
Re: how to change mysql root password (phpmyadmin root) same thing
« Reply #3 on: September 17, 2014, 02:38:38 AM »
i needed before but now i found the way around no need anymore thanks

Offline
***
Re: how to change mysql root password (phpmyadmin root) same thing
« Reply #4 on: April 13, 2015, 03:49:49 AM »
Can you explain a little?

 :-X What was the problem and what was the workaround?
8==D it's a function that try to compare 8 (int) against D (string) which returns True or False depending on the asker.

Offline
*
Re: how to change mysql root password (phpmyadmin root) same thing
« Reply #5 on: April 19, 2015, 10:48:59 PM »
now /scripts folder has this solution
Code: [Select]
sh /scripts/mysql_pwd_reset
AntiDDoS Protection (web + mail)
http://centos-webpanel.com/website-ddos-protection-proxy

Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp


Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor


Do you need Fast and FREE Support included for your CWP linux server?
http://centos-webpanel.com/noc-partner-list
Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
***
Re: how to change mysql root password (phpmyadmin root) same thing
« Reply #6 on: April 24, 2015, 08:08:29 PM »
mysqld_safe --skip-grant-tables >res 2>&1 &

This is the way. I got my own version of that script from long time ago, but yours is clear ;)

Thank you.
8==D it's a function that try to compare 8 (int) against D (string) which returns True or False depending on the asker.