Shellbye.github.io
Shellbye.github.io copied to clipboard
Ubuntu install MySQL
sudo apt-get update
sudo apt-get install -y mysql-server
sudo mysql_secure_installation
# for install msyql-python
sudo apt-get install libmysqlclient-dev
# ref https://www.digitalocean.com/community/tutorials/how-to-install-mysql-on-ubuntu-14-04