Tuesday, July 21, 2009

Install MySQL - Database. MySQL Website = http://www.mysql.com/, additional information on installing MySQL can be found here: https://help.ubuntu.com/9.04/serverguide/C/mysql.html

1. Open Terminal, then type the following command:

sudo apt-get install-mysql-server libapache2-mod-auth-mysql php5-mysql

** This command installs the MySQL server, MySQL Apache2 module, and the php5-mysql package that enables the use of MySQL with PHP 5

0 comments:

Post a Comment