Slow Shutdown with NET STOP MYSQL

2002-04-23 Thread Dave Butler
I have version 3.23.41-max-debug running on Windows 2000 SP2. I have MySQL installed as a service and can use NET START MYSQL and NET STOP MYSQL to start and stop the server. One unusual item is that it takes about 30 seconds for the NET STOP to finish executing. The NET START is very fast as

re:mysql on AIX RS6000

2002-01-04 Thread Dave Butler
You may need an updated version of zlib: http://freeware.bull.net/download/aix43/zlib-1.1.3.2.exe -- database,sql,query,table - Before posting, please check: http://www.mysql.com/manual.php (the

Join Problem

2001-12-14 Thread Dave Butler
I am struggling with a join query using MySQL 3.23.31 under AIX 4.3.3. Here are the tables involved: CREATE TABLE sched_acct_cat ( sched_acct varchar(8) NOT NULL default '', linenum int(11) unsigned NOT NULL default '0', acct varchar(8) default NULL, label varchar(40) default NULL,