SOLVED: run the command resetroot.bat
location here: C:\\xampp\\mysql\\resetroot.bat
Login to phpmyadmin > User accounts > And click Edit privileges > Set No Password > Reloggin to phpmyadmin.
​
​
And for the love of god I cant fucking log in now.
I followed this guide
[https://www.rose-hulman.edu/class/csse/csse290-WebProgramming/201520/SupportCode/SQL-setup.html])And no, I’m not typing it wrong.
I already done this
/* Authentication type and info */
$cfg[‘Servers’][$i][‘auth_type’] = ‘cookie’;
$cfg[‘Servers’][$i][‘user’] = ‘root’;
$cfg[‘Servers’][$i][‘password’] = ‘Mypassword’;
$cfg[‘Servers’][$i][‘extension’] = ‘mysqli’;
$cfg[‘Servers’][$i][‘AllowNoPassword’] = false;
$cfg[‘Lang’] = ”;
​
I’m fucking around with this for almost 2 hours and I don’t know what to do now.
Super frustrated and I’m sorry.
​
I reset it but still have this
​
​
[ad_2]