我试过了
sudo dpkg-reconfigure mysql-server-5.5
我有这个窗口允许我重置我的根密码
重新输入确认密码后需要等待多久?
我应该等到它完成吗?
截至目前,我差不多 2 分钟:
CLI 中的结果
sudo dpkg-reconfigure mysql-server-5.5
170227 18:05:25 [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead.
170227 18:05:25 [Note] Ignoring --secure-file-priv value as server is running with --bootstrap.
170227 18:05:25 [Note] /usr/sbin/mysqld (mysqld 5.5.54-0ubuntu0.14.04.1) starting as process 11343 ...
大约 5 分钟后,我得到了这个屏幕
我如何解决它 ?
我是否需要做任何事情才能以 root 身份重新访问我的 mysql ?
安装和卸载 mysql 不会删除您的数据库。如果您有数据库,它将使用那里的数据库。
如果您清除 mysql 并重命名或删除 mysql 配置文件,您将有机会执行 mysql 的全新安装,而您可以使用新密码。
您必须有密码才能访问当前的 mysql 数据库。
你问我是否需要做任何事情才能以 root 身份重新访问我的 mysql ?. 答案是肯定的。
您可以通过运行此答案中提供的步骤来更改密码:
mysql doesn't ask for root password when installation