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

posted @ 2011-09-15 21:59  songsiyao  阅读(183)  评论(0编辑  收藏  举报