Skip to content

Instantly share code, notes, and snippets.

@DastanIqbal
Created July 6, 2020 09:22
Show Gist options
  • Save DastanIqbal/5c2f5fc16d7b4a76fadbb2aceaaa8ccd to your computer and use it in GitHub Desktop.
Save DastanIqbal/5c2f5fc16d7b4a76fadbb2aceaaa8ccd to your computer and use it in GitHub Desktop.
Install MariaDB
sudo apt-get install software-properties-common
sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xF1656F24C74CD1D8
sudo add-apt-repository "deb [arch=amd64,arm64,ppc64el] http://mariadb.mirror.liquidtelecom.com/repo/10.4/ubuntu $(lsb_release -cs) main"
sudo apt update
sudo apt -y install mariadb-server mariadb-client
mysql_secure_installation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment