Lecture1_bioinfo-environment09_MYSQL
Jimmy(jmzeng1314@outlook.com)
Keywords: Mysql
1
How can I get a Mysql(official website)
MySQL Workbench (GPL)
MySQL on Windows (Installer & Tools)
2 How to install the Mysql
If you are not root user , you can download the binary version.
wget
http://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.9-linux-glibc2.5-i686.tar
If you are root user , It will be very easy, just 3 step
1. sudo apt-get install mysql-server
2. sudo apt-get install mysql-client
3. sudo apt-get install libmysqlclient-dev
Please remember the password when you install the mysql
useful links : http://www.bio-info-trainee.com/?p=575
http://jingyan.baidu.com/article/a378c9609eb652b3282830fd.html