12-04-2012, 11:42 AM
-Installing Apache's httpd, PHP, MySQL on Fedora-
# yum -y install httpd php mysql mysql-server php-mysql
Your web files will now be found in "/var/www/" - the document root.
To create a database issue this command in terminal:
mysqladmin create "databasename"
That's it!
2

