--=-eRVeSSIUgKgYSrF6R0sV Content-Type: text/plain Content-Transfer-Encoding: 7bit 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 - PLUG-discuss@lists.plug.phoenix.az.us > To subscribe, unsubscribe, or to change you mail settings: > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss > > --------------------------------------------------- > PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us > 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 --=-eRVeSSIUgKgYSrF6R0sV Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit 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 - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change  you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss

---------------------------------------------------
PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change  you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
--
Brian Tafoya <btafoya@briantafoya.com>
brian tafoya dot com
--=-eRVeSSIUgKgYSrF6R0sV--