How to add password to PHPmyadmin in XAMPP setup

preview_player
Показать описание
How to add password to PHPmyadmin in XAMPP setup ?
👉👉SET PASSWORD FOR 'root'@'localhost' = PASSWORD('this should be your password');

👉👉Error
MySQL said: Documentation

Cannot connect: invalid settings.
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 host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server.

How to add password to PHPmyadmin in XAMPP setup ?
SET PASSWORD FOR 'root'@'localhost' = PASSWORD('this should be your password');
4. if you refreash now u c an error
- $cfg['Servers'][$i]['auth_type'] = 'config';
change config to cookie and save it
6. now return back and refresh
Рекомендации по теме
Комментарии
Автор

love this tutorial, keep it up💚 5star for me

alanjunruayaespanola