Install MySQL Server 5 on Ubuntu

Open a terminal window, and use the following command:

sudo apt-get install mysql-server

If you are running PHP you will also need to install the php module for mysql 5:

sudo apt-get install php5-mysql

原文地址:https://www.cnblogs.com/songsiyao/p/2178086.html