phpMyAdmin access denied for user ‘root’@’localhost’ (using password: NO)

I am unable to connect to my MySQL in xampp I have this error: MySQL said: Documentation 1045 – Access denied for user ‘root’@’localhost’ (using password: NO) mysqli_real_connect(): (HY000/1045): Access denied for user ‘root’@’localhost’ (using password: NO) phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the … Read more

http://localhost/phpMyAdmin/ unable to connect

AMPP by default uses http://localhost/phpmyadmin It also requires you start both Apache and MySQL from the control panel (or as a service). In the XAMPP Control Panel, clicking [ Admin ] on the MySQL line will open your default browser at the configured URL for the phpMyAdmin application. If you get a phpMyAdmin error stating “Cannot … Read more