我试图在我的宅基地安装mariadb,但它失败了,现在向我显示一条错误消息,我不喜欢那条消息,我希望我的家园可以像以前一样运行,没有任何错误消息,因为它会显示你
我跑了sudo dpkg --configure -a但我无法解决它。
答案 0 :(得分:0)
保存您的文件,销毁该框并重新开始。
首先你必须删除mysql服务器
sudo apt-get remove --purge mysql-server mysql-client mysql-common
sudo apt-get autoremove
sudo apt-get autoclean
然后安装mariadb
sudo apt-get install software-properties-common
sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xcbcb082a1bb943db
sudo add-apt-repository 'deb [arch=amd64,i386] http://sfo1.mirrors.digitalocean.com/mariadb/repo/10.1/ubuntu trusty main'
sudo apt-get update
sudo apt-get install mariadb-server
在您的homestead.yaml文件中,使用
MariaDB的: - 宅基地
答案 1 :(得分:0)
您可以尝试删除您添加的PPA以尝试安装MariaDB。它们似乎是错误的来源。
sudo add-apt-repository --remove ppa:whatever/path/to/ppa
根据您的屏幕截图,看起来有2个PPA存在问题。
在删除PPA之前,我还会卸载您尝试安装的所有MariaDB组件