RedHat 8.0 & MySQL issues??? (was RE: Troubleshooting X)

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: George Toft
Date:  
Subject: RedHat 8.0 & MySQL issues??? (was RE: Troubleshooting X)
The issue I am referring to is a defect in MySQL. The latest RPM's work
fine.

George



> Brian Tafoya wrote:
>
> The Redhat 8 issues with MySQL are just simple configuration... you
> need to tweak the my.cnf file to include some buffer sizes...
>
> [mysqld]
> datadir=/var/lib/mysql
> socket=/var/lib/mysql/mysql.sock
> set-variable=max_allowed_packet=16M
> set-variable=thread_stack=1M
>
> [mysql.server]
> user=mysql
> basedir=/var/lib
>
> [safe_mysqld]
> err-log=/var/log/mysqld.log
> pid-file=/var/run/mysqld/mysqld.pid
>
> On Mon, 2003-01-20 at 08:11, Bart Garst wrote:
>
> > What were the issues you found?
> >
> > Bart
> >
> >
> >
> >
> > I found out yesterday that MySQL has some issues with RH 8.0 as well.
> >
> > The "avoid the .0 release" rule strikes again.
> >
> > George
> > ---------------------------------------------------
> > PLUG-discuss mailing list -
> > To subscribe, unsubscribe, or to change you mail settings:
> > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
> >
> > ---------------------------------------------------
> > PLUG-discuss mailing list -
> > To subscribe, unsubscribe, or to change you mail settings:
> > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
> >
>
> --
> Brian Tafoya <>
> brian tafoya dot com