March 28, 2024, 09:04:25 AM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: Linux PHP MySQL Installation Help Guide  (Read 8571 times)

Offline Rajagopal

  • New Member
  • Posts: 1
Linux PHP MySQL Installation Help Guide
« 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

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
Re: Linux PHP MySQL Installation Help Guide
« Reply #1 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..

Offline paronaco

  • New Member
  • Posts: 2
Re: Linux PHP MySQL Installation Help Guide
« Reply #2 on: August 18, 2009, 04:32:34 PM »
You can use Xampp http://www.apachefriends.org/es/xampp.html, that's the easy way. ;)

Offline Avin

  • Linux Learner
  • ***
  • Posts: 54
  • L!nuX
Re: Linux PHP MySQL Installation Help Guide
« Reply #3 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