Shellbye.github.io icon indicating copy to clipboard operation
Shellbye.github.io copied to clipboard

Ubuntu install MySQL

Open Shellbye opened this issue 6 years ago • 0 comments

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

Shellbye avatar Apr 26 '18 07:04 Shellbye