Skip to content

Instantly share code, notes, and snippets.

@bladelee
Last active August 29, 2015 14:00
Show Gist options
  • Save bladelee/11368655 to your computer and use it in GitHub Desktop.
Save bladelee/11368655 to your computer and use it in GitHub Desktop.
install mysql5.5
sudo apt-get install mysql-5.5
sudo apt-get install mysql-server
sudo apt-get install mysql-client-core-5.5
sudo apt-get install libmysqlclient-dev
login:
mysql -u root -p
show databases;
use mysql;
show tables;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment