我已经安装了mysql 5.7.18。安装后,root用户的密码为null。我已经尝试过mysql_secure_instattation和下面的查询来重置密码。ALTER USER 'root'@'localhost' IDENTIFIED BY 'MyPassword';UPDATE mysql.user
SET authentication_string= PASSWORD
在Ubuntu上运行服务器,并且需要重置mysqlroot密码。下面是我通常要做的(通常看起来很管用):/etc/init.d/mysql stopmysqld_safe --skip-grant-tablesconfiguration options for --syslog to take effect.
150809 15:12:01 mysqld_safe
我仔细阅读了下面的内容,并遵循了下面的指示:如何更改mysql和phpmyadmin的根密码root@phpmyadmin-8gb-sgp1-01-13feb17-2327hrs-8gb-sgp1-01:~# sudo service mysql stoproot@phpmyadmin-8gb-sgp1-01-13feb17-23