Page 1 of 1

forgot password

Posted: Thu Apr 10, 2008 12:25 am
by BadFish
I forgot my password to login into my zonemider, how can I reset it?

Re: forgot password

Posted: Thu Apr 10, 2008 7:16 am
by hackintosh
BadFish wrote:I forgot my password to login into my zonemider, how can I reset it?
in console, login mysql by zmuser , mayeb u use other username

Code: Select all

mysql -u zmuser -p
then use the zm database , i am not sure ur db is zm or not.

Code: Select all

mysql>use zm;
do this change password in ('new_password') , i just modify this will do

Code: Select all

update Users SET Password = password('new_password') where Id  = 1;

Code: Select all

/etc/init.d/mysqld restart
then should be no problem[/quote]