我试过
sudo dpkg-reconfigure mysql-server-5.5
我得到了这个窗口允许我重置我的 root 密码
重新输入确认密码后需要等待多长时间?
我应该等到它完成吗?
到目前为止,我已经快2分钟了:
CLI 中的结果
sudo dpkg-重新配置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?
答案1
安装和卸载 mysql 不会删除您的数据库。如果您有数据库,它将使用其中现有的内容。
如果您清除 mysql 并重命名或删除 mysql 配置文件,您将有机会全新安装 mysql,同时可以使用新密码。
您必须拥有密码才能访问当前的 mysql 数据库。
你问我是否需要执行任何操作才能以 root 身份重新访问我的 mysql?答案是肯定的。
您可以按照此答案中提供的步骤更改密码:
mysql 安装时不要求输入 root 密码