Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Network Troublshooting => Linux Servers Support => Topic started by: Rajagopal on August 06, 2009, 03:54:54 PM

Title: Linux PHP MySQL Installation Help Guide
Post by: Rajagopal on August 06, 2009, 03:54:54 PM
I am new to linux ..I need to develope PHP application with MySql..I could not ger proper guide to install and configure Mysql and Php in linux..
Thanks in advance
Title: Re: Linux PHP MySQL Installation Help Guide
Post by: Ricky on August 09, 2009, 12:20:03 PM
Installing is not hard but configuring them need some knowledge.
There are many quick guides online like this one : mysql-apache-php.com/ but I suggest you to try to configure each one separately by reading their own dedicated guide.. eg. apache has its own guide at : http://httpd.apache.org/docs-project/

There you will get in-depth knowledge about each application.. same goes for PHP, MySQL, Bind etc..
Title: Re: Linux PHP MySQL Installation Help Guide
Post by: paronaco on August 18, 2009, 04:32:34 PM
You can use Xampp http://www.apachefriends.org/es/xampp.html, that's the easy way. ;)
Title: Re: Linux PHP MySQL Installation Help Guide
Post by: Avin on August 27, 2009, 05:24:24 AM
Hi,

 Which linux distro are you using ? There are many notes available for configuring Php with Mysql support on Linux. Use following linux for Redhat Distro (CentOS, Fedora or RHEL 5.*)

http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-on-centos-5.3-lamp

Avin