LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   installing and running mysql?! (https://www.linuxquestions.org/questions/linux-newbie-8/installing-and-running-mysql-101983/)

neon 10-09-2003 04:18 AM

installing and running mysql?!
 
How do i install and run mysql server on redhat 8?
i have an rpm file...

sureshsaragadam 10-09-2003 11:06 AM

firstly is mysql loaded in your PC, like PostgreSQL comes default with linux 8,

if mysql loaded you can start the mysql server before you need to include mysql in services

#setup

you will be prompted with a dialog box there you will find services
you can select mysql in services
then reboot the PC

#../actual path/mysql start

this may work

sureshsaragadam 10-09-2003 11:10 AM

you might need root to do it though, so if you do use the following:

su -c '/etc/init.d/mysql start'

neon 10-09-2003 10:45 PM

doesn't work..
yeah, i selected mysql to be installed in setup ..
its version 3.23.52-3 but i can't seem to find it's location?
it doesn't work?!?!!!??

alvincks 10-10-2003 03:38 AM

hv u install it ?

using "rpm -i mysql-version.rpm "


All times are GMT -5. The time now is 12:18 PM.