LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Apache, PHP, MySQL Install (https://www.linuxquestions.org/questions/linux-software-2/apache-php-mysql-install-369277/)

SpiderIRE 10-03-2005 03:21 AM

Apache, PHP, MySQL Install
 
I have installed Apache2 and PHP5 this weekend, but once i started learning some PHP things, it became obvious that i should install MySQL as well!

Now what i was wondering-can i install MySQL with APACHE and PHP already installed, or do i have to uninstall APACHE and PHP and install things in this order:

Apache, MySQL, PHP.....

any ideas????

Thanks in advance,
David

dylants 10-03-2005 04:42 AM

You *should* be able to install MySQL after installing the others without running into any problems.

if this is a redhat distro (fedora, redhat enterprise, centos) then look for a package called mysql-server if you actually want to run a mysql server. Mysql will just install the client packages.

HTH

Dylan

SpiderIRE 10-03-2005 04:48 AM

Yeah i'm running Fedora Core 3! I'll give it a go an see what happens! if all else fails i'll just re-install each seperatly!

Thanks For Replying!
-David

dylants 10-03-2005 04:50 AM

David,

if you have yum installed then it should just be a case of:

sudo yum install mysql-server

Dylan


All times are GMT -5. The time now is 04:18 AM.