Page 1 of 1

remove root and cant access phpmyadmin

PostPosted: 31. January 2008 17:08
by xiaolin
hello

i removed root accidently and now i cant access phpmyadmin. can someone tell me how to fix this issue

thanks so much

PostPosted: 31. January 2008 20:02
by sari42
try and run mysql/resetroot.bat
or - in case you created a working admin-user - in phpmyadmin/config.inc.php :
Code: Select all
$cfg['Servers'][$i]['user'] = 'other_admin';
$cfg['Servers'][$i]['password'] = 'other_admin_pw';