LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Distributions (https://www.linuxquestions.org/questions/linux-distributions-5/)
-   -   MySQL install help (https://www.linuxquestions.org/questions/linux-distributions-5/mysql-install-help-61925/)

ogden2k 05-26-2003 01:28 PM

MySQL install help
 
I have Red Hat 9 installed, also I have MySQL isntalled, I want to be able to run a test forum on my linux box.

I know I need php and phpmyadmin installed, but how and what order do I install the rest? thank you for your help.

david_ross 05-26-2003 02:41 PM

You will only need php installed if you want a php based forum. You proabbly don;t need phpmyadmin either unless you want to modify the database directly.

I would take a look at:
http://www.phpbb.com/

An the documentation:
http://www.phpbb.com/support.php

ogden2k 05-26-2003 03:43 PM

So I don't need to install apache if I installed the webserver and MySQL DB during the install of Linux?

david_ross 05-26-2003 03:52 PM

Apache is the webserver installed by RedHat if you chose to install it.

As root run:
chkconfig httpd on
service httpd restart
chkconfig mysqld on
service mysqld restart

This will set the services to run on each boot and also start them immediately. Once that is done try and access your server via http://ip.of.web.server/

You can also check your php configuration by creating a phpinfo page and accessing that.

ogden2k 05-26-2003 06:01 PM

Cool, that worked! Thank you.

How do I change the default website?

How do I go about updating MySQL? And, now all I have to do is install php?

Crashed_Again 05-26-2003 09:44 PM

Change the default website? If you make a page called index.html in /var/www/html then that will be the default page for your site.

Updating mysql? You mean to a newer version?

ogden2k 05-27-2003 06:10 AM

Yes, to a newer version.

How do I update php?

david_ross 05-27-2003 12:24 PM

MySQL Downloads:
http://www.mysql.com/downloads/

PHP Downloads:
http://www.php.net/downloads.php

ogden2k 05-27-2003 04:08 PM

Thanks, but I already have the d/ls. I tried running the updates
http://www.php.net/manual/en/install.apache.php
http://www.php.net/manual/en/install.apache2.php

And it would not work....

Maybe this will help: http://24.54.29.40/phpinfo.php (This is off my box)

ogden2k 05-28-2003 02:41 PM

..

ogden2k 05-29-2003 08:01 PM

help!

david_ross 05-30-2003 03:19 AM

Quote:

Originally posted by ogden2k
help!
With what?


All times are GMT -5. The time now is 01:06 PM.