It's first time for me who touchs the second of linux distribution which is Fedora Core 6 (The first is Ubuntu).
The configuration is as followings.
Step 1 : Installation
#yum -y install httpd php myql mysql-server php-mysql
Step 2 :
#/sbin/chkconfig httpd on #/sbin/chkconfig --add mysqld #/sbin/chkconfig mysqld #/sbin/service httpd start #/sbin/service mysqld start
Step 3 : set username and password of MySQL
