I installed only mysql-3.23.32-1.7.i386.rpm -- at
ftp://ftp.redhat.com/redhat/linux/7.0/en/os/i386/RedHat/RPMS/ there is no
mysql-client, so I thought maybe the client was included in the same
package.  Now that you mention it, I just noticed that in the 7.1 directory
there is a mysqlclient9-3.23.22-4.i386.rpm, as well as a newer version of
whatever I had before, mysql-3.23.36-1.i386.rpm.  There's also a
mysql-server-3.23.36-1.i386.rpm, which makes me think the other does indeed
contain both client and server.  Anyway, I'll give those a try...  

What is this "post installation" you mention?  Where are those steps
documented?  I'll re-check the mysql docs, but from what I read earlier it
looked to me like with an rpm all I had to do was install.  Obviously I'll
have to set up some users and such, but I thought at least the daemon should
be running.

Thanks for your help.


Nate

-----Original Message-----
From: Rolf Hopkins [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 30, 2001 9:27 PM
To: Nathaniel Hekman; [EMAIL PROTECTED]
Subject: Re: trouble installing mysql rpm on Linux


Did you download and install both client and server? Have you gone through
post installation?

----- Original Message -----
From: "Nathaniel Hekman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 01, 2001 6:45
Subject: trouble installing mysql rpm on Linux


> I'm having trouble installing the MySQL RPM on Linux.  I've got
> mysql-3.23.32-1.7.i386.rpm and I'm on RH Linux 7.0.  I run 'rpm -i
> mysql-3.23.32-1.7.i386.rpm' and it shows no errors, but then I try running
> 'mysql' (the client) and get this error:
>
> ERROR 2002: Can't connect to local MySQL server through socket
> '/var/lib/mysql/mysql.sock' (111)
>
> It's not too difficult to figure out why:  the mysql daemon isn't running.
> 'ps a | grep -i mysql' comes up empty; there's nothing in /etc/rc.d to
start
> mysql.  I found a file /usr/share/mysql/mysql.server which is a script
that
> says it's supposed to be run from /etc/rc.d, but it's 644 (not
executable),
> and definitely not linked to rc.d.  There are a lot of mysql* files in
> /usr/bin...
>
> What am I missing?  Did the rpm get installed correctly and there's just
> some other step I'm supposed to do?  Or did it not install correctly?  How
> can I tell?
>
> Any help would be appreciated.  Thanks in advance.
>
>
> Nate
>
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
>
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail
<[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to