I am new to using phpmyadmin. I am having problemts logging into the phpmyadmin. I managed to log in once, then I deleted (for some reason) a list of users there. Now I cann't log it. It asks for username and password. I try root and no password, it doesnt work. i have read hundreds of posts, and all say to go to config.inc.php file in root xampp folder, I do this. I have changed it many times, I still cannot log in.
Code in config.inc.php is:
/* Authentication type and info */
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['AllowNoPassword'] = true;
$cfg['Lang'] = '';
Tried changing auth_type to http, and config, and doesn't help. I have tried adding a password, and tried allownopassword false, doesn't work.
I don't know what to do. Will uninstalling xampp and reinstalling it help?
How can I just reset and start again!