LINUX.ORG.RU

История изменений

Исправление vebmaster, (текущая версия) :

да, вы правы, спасибо

mysql> select user, host, plugin, authentication_string from mysql.user where user = 'root';
+------+-----------+-----------------------+-------------------------------------------+
| user | host      | plugin                | authentication_string                     |
+------+-----------+-----------------------+-------------------------------------------+
| root | localhost | auth_socket           |                                           |
| root | %         | mysql_native_password | ***************************************** |
+------+-----------+-----------------------+-------------------------------------------+
2 rows in set (0.00 sec)

предыдущий «SELECT user, host, plugin FROM mysql.user;» с другого сервера, просмотрел, запутался.

Исходная версия vebmaster, :

да, вы правы, спасибо

mysql> select user, host, plugin, authentication_string from mysql.user where user = 'root';
+------+-----------+-----------------------+-------------------------------------------+
| user | host      | plugin                | authentication_string                     |
+------+-----------+-----------------------+-------------------------------------------+
| root | localhost | auth_socket           |                                           |
| root | %         | mysql_native_password | ***************************************** |
+------+-----------+-----------------------+-------------------------------------------+
2 rows in set (0.00 sec)