我有一个 Mysql 安装,我想删除并重新安装,在 LAMP 堆栈上运行 Ubuntu 14.04。密码都搞砸了,phpmyadmin 安装不正确...我只想重新启动。
命令..
sudo apt-get --purge remove mysql-server mysql-common mysql-client
正在返回以下错误...
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
我很难弄清楚该怎么做。
这个命令...
sudo dpkg-reconfigure mysql-server-14.14
告诉我...
package 'mysql-server-14.14' is not installed and no information is available
尽管..
mysql --version
告诉我...
mysql Ver 14.14 Distrib 5.5.40, for debian-linux-gnu (x86_64) using readline 6.3
有什么想法可以将其擦干净并重新启动吗?
谢谢你。