MySQL安裝過程中報錯:
dpkg: regarding mysql-community-server_5.6.39-1debian9_i386.deb containing mysql-community-server:
mysql-community-server conflicts with mariadb-client-core-10.1mariadb-client-core-10.1 (version 10.1.26-1) is present and installed.
命令:
apt-get autoremove --purge mariadb-client-core-10.1
如果安裝過程中還是提示有mariadb存在,繼續利用apt-get autoremove --purge卸載即可。