1/11/2008

Install mySQL on Ubuntu Linux

Installing mySQL on Ubuntu is quite simple. I have long time no touching system affairs, and i changed used system from gentoo to ubuntu as well (for some reasons, not meant gentoo not good).
$ sudo apt-get install mysql-server
$ sudo /etc/init.d/mysql start
$ mysqladmin -u root password newPassword
done.

沒有留言: