MySQL login issues with root - Auth Socket vs Native Password

Описание к видео MySQL login issues with root - Auth Socket vs Native Password

This video discusses about one of the reasons why you cannot login as 'root' into #mysql via #phpmyadmin or the command line.
You will notice that login is allowed if you use sudo or change to Linux 'root' user.
The reason is auth_socket plugin in use for 'root'.
We need to change the same to 'mysql_native_password'.

Комментарии

Информация по комментариям в разработке