reference URL: http://wiki.ubuntu.org.cn/MySQL
installation
sudo apt-get install mysql-server
start/stop/restart
sudo start mysql OR sudo /etc/init.d/mysql start
sudo stop mysql
install phpmyadmin
sudo apt-get install phpmyadmin
make the symbol link
sudo ln -s /usr/share/phpmyadmin /var/www/phpmyadmin
config the php.ini
add 'extension=mysqli.so
restart the apache2 and mysql