joezine's blog

Miracle

Submitted by joezine on Sun, 03/18/2007 - 08:56
»

How to install apache php mysql on Fedora Core 6

Submitted by joezine on Fri, 03/16/2007 - 13:44

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

Tags: | »

visualDNS

Submitted by joezine on Thu, 03/15/2007 - 02:25
»