LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Distributions (https://www.linuxquestions.org/questions/linux-distributions-5/)
-   -   RH8.0 & MySQL:GIVE A HINT! (https://www.linuxquestions.org/questions/linux-distributions-5/rh8-0-and-mysql-give-a-hint-32021/)

PJHAMVS 10-06-2002 12:54 AM

RH8.0 & MySQL:GIVE A HINT!
 
Hello,
I installed RH8.0 server version. With it came MySQL. I installed the normal way: 1. checked for user mysql etc. 2. mysql_install_db worked. But then mysqladmin could not connect, not find a host.frm in ./mysql
I tried new installation of mysql_install_db (moved the old dir). Nothing worked. I now reinstalled the whole distribution. And waiting for advise. I have no idea. Maybe I should install MySQL myself from the tarball, like I did with RH 7.3? All worked fine there with application PostNuke. It seems to me that RH does not have a friendly relation with MySQL.

Any hint what I can do?
with friendly greetings,
PJHAMVS

ChaosX2 10-06-2002 02:13 AM

Make sure you turn the mysql service on.

PJHAMVS 10-06-2002 03:03 AM

I have no idea what mysql.service means. I do
1. mysql_install_db 2. safe_mysqld and there it already fails with complaints.

I am looking for someone who has mysql running on RH8.0 and "HOW DID HE DO IT?"
with friendly greetings,
PJHAMVS

guanyu 12-24-2002 05:43 AM

type /etc/rc.d/init.d/mysqld start

wdingus 12-28-2002 09:15 PM

And for redhat add it to the /etc/rc.d startup scripts to automatically start when the machine boots with

#chkconfig mysql on

The server must be running before you can do much of anything with it from the client...


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