у меня mysql -u root Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 7 Server version: 8.0.22 MySQL Community Server - GPL есть разница
у меня mysql -u root Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 7 Server version: 8.0.22 MySQL Community Server - GPL есть разница
UPDATE mysql.user SET password=password('SuperSecret') WHERE user='root'; ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '('SuperSecret') WHERE user='root'' at line 1
ALTER USER 'root'@'localhost' IDENTIFIED BY 'MyNewPass'; ERROR 1819 (HY000): Your password does not satisfy the current policy requirements это по инструкции