<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2655.72">
<TITLE>RE: Mysql setup on server install - but it's no there</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>Jody,</FONT>
</P>

<P><FONT SIZE=2>I usually make the rpm from the source as I have 10 database servers I usually just use one to create the rpms and then disseminate them.  This is what I know of the process:</FONT></P>

<P><FONT SIZE=2>When you make the rpm by typing "make rpm" (the folks at mysql.com are awesome), you get half a dozen rpm's.  Source, client, server, etc...  You should install all on the same command line, ie rpm -ivh MySql-client.version.rpm MySql-server.version.rpm etc...(the vh is just verbose and hash marks, unnecessary but nice to see that stuff is working)</FONT></P>

<P><FONT SIZE=2>If it is already installed you can try to use rpm -Fvh to freshen the version.  Odds are this won't work for you since you probably have the perl DBD stuff that will likely depend on the old version.  You can do an rpm -e of any package to erase it and then reinstall it later, which is what I usually do since I usually install the perl DBD stuff from source anyway.</FONT></P>

<P><FONT SIZE=2>The rpm package is your friend... use it to your advantage...</FONT>
</P>

<P><FONT SIZE=2>Regards,</FONT>
<BR><FONT SIZE=2>Drew</FONT>
</P>

<P><FONT SIZE=2>-----Original Message-----</FONT>
<BR><FONT SIZE=2>From: Jody Cleveland</FONT>
<BR><FONT SIZE=2>To: General Red Hat Linux discussion list</FONT>
<BR><FONT SIZE=2>Sent: 3/22/2004 3:42 PM</FONT>
<BR><FONT SIZE=2>Subject: RE: Mysql setup on server install - but it's no there</FONT>
</P>

<P><FONT SIZE=2>Ok, this is strange. I looked in init.d, and no mysql anywhere. I tried</FONT>
<BR><FONT SIZE=2>installing the mysql rpm, and it says it's missing the client, so I</FONT>
<BR><FONT SIZE=2>install the client. Still can't install server though. So, I tried  rpm</FONT>
<BR><FONT SIZE=2>-i MySQL-server-4.0.18-0.i386.rpm and it gives me a bunch of these:</FONT>
</P>

<P><FONT SIZE=2>file /usr/share/mysql/swedish/errmsg.sys from install of</FONT>
<BR><FONT SIZE=2>MySQL-server-4.0.18-0 conflicts with file from package mysql-3.23.58-1</FONT>
<BR><FONT SIZE=2>        file /usr/share/mysql/swedish/errmsg.txt from install of</FONT>
<BR><FONT SIZE=2>MySQL-server-4.0.18-0 conflicts with file from package mysql-3.23.58-1 </FONT>
</P>

<P><FONT SIZE=2>So, I can't seem to install it even. And from that message, doesn't it</FONT>
<BR><FONT SIZE=2>sound like it's all ready on there?</FONT>
</P>

<P><FONT SIZE=2>- Jody</FONT>
</P>
<BR>

<P><FONT SIZE=2>-----Original Message-----</FONT>
<BR><FONT SIZE=2>From: redhat-list-bounces@redhat.com</FONT>
<BR><FONT SIZE=2>[<A HREF="mailto:redhat-list-bounces@redhat.com">mailto:redhat-list-bounces@redhat.com</A>] On Behalf Of Baek, Steve</FONT>
<BR><FONT SIZE=2>Sent: Monday, March 22, 2004 2:23 PM</FONT>
<BR><FONT SIZE=2>To: 'General Red Hat Linux discussion list'</FONT>
<BR><FONT SIZE=2>Subject: RE: Mysql setup on server install - but it's no there</FONT>
</P>

<P><FONT SIZE=2>Jody,</FONT>
</P>

<P><FONT SIZE=2>I typically install mysql from source code on mysql.com. It looks like</FONT>
<BR><FONT SIZE=2>you have a client side version of mysql installed. Check under</FONT>
<BR><FONT SIZE=2>/etc/init.d/ and look for a file that has mysql in it. If not, it looks</FONT>
<BR><FONT SIZE=2>like you aren't setup for mysql server in which case you'll have to</FONT>
<BR><FONT SIZE=2>install it. Try pulling the latest and greatest stable rpm of mysql and</FONT>
<BR><FONT SIZE=2>follow the docs. It is fairly straight forward...</FONT>
</P>

<P><FONT SIZE=2>Steve</FONT>
</P>

<P><FONT SIZE=2>-----Original Message-----</FONT>
<BR><FONT SIZE=2>From: Jody Cleveland [<A HREF="mailto:Cleveland@winnefox.org">mailto:Cleveland@winnefox.org</A>]</FONT>
<BR><FONT SIZE=2>Sent: Monday, March 22, 2004 12:05 PM</FONT>
<BR><FONT SIZE=2>To: General Red Hat Linux discussion list</FONT>
<BR><FONT SIZE=2>Subject: RE: Mysql setup on server install - but it's no there</FONT>
</P>
<BR>

<P><FONT SIZE=2>Hi Steve,</FONT>
</P>

<P><FONT SIZE=2># updatedb</FONT>
<BR><FONT SIZE=2># find / -name mysql</FONT>
</P>

<P><FONT SIZE=2>Did the update, then the find command gave me this:</FONT>
</P>

<P><FONT SIZE=2>/etc/webmin/mysql</FONT>
<BR><FONT SIZE=2>/usr/share/mysql</FONT>
<BR><FONT SIZE=2>/usr/bin/mysql</FONT>
<BR><FONT SIZE=2>/usr/include/mysql</FONT>
<BR><FONT SIZE=2>/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi/auto/DBD/mysql</FONT>
<BR><FONT SIZE=2>/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi/DBD/mysql</FONT>
<BR><FONT SIZE=2>/usr/lib/mysql</FONT>
<BR><FONT SIZE=2>/usr/libexec/webmin/caldera/mysql</FONT>
<BR><FONT SIZE=2>/usr/libexec/webmin/mscstyle3/mysql</FONT>
<BR><FONT SIZE=2>/usr/libexec/webmin/mysql</FONT>
</P>

<P><FONT SIZE=2>> You could also look for the mysql rpm as well -></FONT>
<BR><FONT SIZE=2># rpm qa | grep mysql</FONT>
</P>

<P><FONT SIZE=2>That just returned to the command prompt. Does that mean it's not</FONT>
<BR><FONT SIZE=2>installed? If so, why would the package manager say it was? And one</FONT>
<BR><FONT SIZE=2>more, what's the best way to get it installed?</FONT>
</P>

<P><FONT SIZE=2>Thank you for your time with this.</FONT>
</P>

<P><FONT SIZE=2>- Jody</FONT>
</P>
<BR>

<P><FONT SIZE=2>--</FONT>
<BR><FONT SIZE=2>redhat-list mailing list</FONT>
<BR><FONT SIZE=2>unsubscribe <A HREF="mailto:redhat-list-request@redhat.com?subject=unsubscribe">mailto:redhat-list-request@redhat.com?subject=unsubscribe</A></FONT>
<BR><FONT SIZE=2><A HREF="https://www.redhat.com/mailman/listinfo/redhat-list" TARGET="_blank">https://www.redhat.com/mailman/listinfo/redhat-list</A></FONT>
</P>
<BR>

<P><FONT SIZE=2>-- </FONT>
<BR><FONT SIZE=2>redhat-list mailing list</FONT>
<BR><FONT SIZE=2>unsubscribe <A HREF="mailto:redhat-list-request@redhat.com?subject=unsubscribe">mailto:redhat-list-request@redhat.com?subject=unsubscribe</A></FONT>
<BR><FONT SIZE=2><A HREF="https://www.redhat.com/mailman/listinfo/redhat-list" TARGET="_blank">https://www.redhat.com/mailman/listinfo/redhat-list</A></FONT>
</P>
<BR>

<P><FONT SIZE=2>-- </FONT>
<BR><FONT SIZE=2>redhat-list mailing list</FONT>
<BR><FONT SIZE=2>unsubscribe <A HREF="mailto:redhat-list-request@redhat.com?subject=unsubscribe">mailto:redhat-list-request@redhat.com?subject=unsubscribe</A></FONT>
<BR><FONT SIZE=2><A HREF="https://www.redhat.com/mailman/listinfo/redhat-list" TARGET="_blank">https://www.redhat.com/mailman/listinfo/redhat-list</A></FONT>
</P>

</BODY>
</HTML>