Control Web Panel

WebPanel => How to => Topic started by: teknohan on September 12, 2014, 08:06:39 AM

Title: how to change mysql root password (phpmyadmin root) same thing
Post by: teknohan on September 12, 2014, 08:06:39 AM
how to change mysql root password (phpmyadmin root) same thing
Title: Re: how to change mysql root password (phpmyadmin root) same thing
Post by: Administrator on September 12, 2014, 12:02:52 PM
why would you need to change mysql root password ?
Title: Re: how to change mysql root password (phpmyadmin root) same thing
Post by: erm3nda 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.
Title: Re: how to change mysql root password (phpmyadmin root) same thing
Post by: teknohan on September 17, 2014, 02:38:38 AM
i needed before but now i found the way around no need anymore thanks
Title: Re: how to change mysql root password (phpmyadmin root) same thing
Post by: erm3nda on April 13, 2015, 03:49:49 AM
Can you explain a little?

 :-X What was the problem and what was the workaround?
Title: Re: how to change mysql root password (phpmyadmin root) same thing
Post by: Administrator on April 19, 2015, 10:48:59 PM
now /scripts folder has this solution
Code: [Select]
sh /scripts/mysql_pwd_reset
Title: Re: how to change mysql root password (phpmyadmin root) same thing
Post by: erm3nda 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.