Posts Tagged ‘MySQL on Fedora Core’

Installing Apache, PHP, and MySQL on Fedora Core

Saturday, June 27, 2009 18:06 No Comments

This will install the basic components for a dynmaic, database-driven web site. We use yum to handle dependencies and gather all of the required packages.
1. Install Apache (httpd), PHP, MySQL (server and client), and the component that allows php to talk to mysql.
yum -y install httpd php mysql mysql-server php-mysql
2. Configure the new services to [...]

This was posted under category: Apache server, Knowledge, Linux system, Tutorials, Virtual server Tags: , ,