Skip to content

Instantly share code, notes, and snippets.

@erlangparasu
Created April 26, 2018 05:59
Show Gist options
  • Select an option

  • Save erlangparasu/76019394cd389784ca93f19c9914d66f to your computer and use it in GitHub Desktop.

Select an option

Save erlangparasu/76019394cd389784ca93f19c9914d66f to your computer and use it in GitHub Desktop.
# https://stackoverflow.com/questions/29565278/apt-get-upgrade-always-fails-on-mariadb-server-due-to-timezone/33779694#33779694
sudo apt-get remove --purge mysql-server mysql-client mysql-common
sudo apt-get autoremove
sudo apt-get autoclean
sudo rm -rf /var/lib/mysql
sudo apt-get install mariadb-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment