How to install MySQL and PHPMyAdmin on WSL (Windows subsystem for Linux)

preview_player
Показать описание
alter user ‘root’@‘localhost’ identified with mysql_native_password by ‘Password1’;
Рекомендации по теме
Комментарии
Автор

At around the 1:40 mark, you said you would update the description on the "alter user" command? Did I miss it somewhere?

TheRealThrillaGorilla
Автор

The syntax is wrong it should be ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'Password1@';

carlelipan