Comments - Get Error When Updating Software On Ubuntu 18.04.4 LTS

3 years, 9 months ago Shawn Logan

There probably an issue with an old install of a related product. Backup any databases you have. Try purging all MySQL and MariaDB related packages, removing all third party apt repositories from /etc/apt/sources.list and /etc/apt/sources.list.d and then reinstalling MySQL from the official Ubuntu repositories again.

$ sudo apt-get remove --purge mysql-server mysql-client mysql-common -y $ sudo apt-get remove --purge mariadb-server $ sudo apt-get autoremove -y $ sudo apt-get autoclean

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.