Installing Nginx With PHP5 And MySQL Support On Fedora 10
Dec 28, 2008, 12:03 (0 Talkback[s])
(Other stories by Falko Timme)
[ Thanks to Falko
Timme for this link. ]
"2 Installing MySQL 5.0
"First we install MySQL 5.0 like this:
"yum install mysql mysql-server
"Then we create the system startup links for MySQL (so that
MySQL starts automatically whenever the system boots) and start the
MySQL server:
"chkconfig --levels 235 mysqld on
/etc/init.d/mysqld start"
Complete Story
Related Stories:

