Skip to content

Instantly share code, notes, and snippets.

@esoldatov
esoldatov / MySql-5.5-installation guide.md
Last active December 18, 2019 17:16 — forked from ahmadhasankhan/MySql-5.5-installation guide.md
Install MySQL 5.5.xx on Ubuntu

MySQL Download URL

https://downloads.mariadb.org/interstitial/mariadb-5.5.66/bintar-linux-glibc_214-x86_64/mariadb-5.5.66-linux-glibc_214-x86_64.tar.gz

Open the terminal and follow along:

  • Uninstall any existing version of MySQL
sudo rm /var/lib/mysql/ -R