Re: mySQL database files help

2001-09-18 Thread Dana Powers
You will not get 3.22 to recognize MyISAM format tables. You need to either: 1. Upgrade your server to 3.23 or 2. Find a running 3.23 server, copy your table files to that server, ALTER TABLE xxx TYPE=ISAM; on all your tables to convert back to older ISAM format, and copy your table files back

Re: mySQL database files help

2001-09-18 Thread John S. J. Anderson
> "Chase" == Chase Peeler <[EMAIL PROTECTED]> writes: > There is alot of important info in those tables, and I really need > them. Sorry to broadcast this to the whole list, but Chase's supplied email appears to be invalid, or at least bouncing at the moment: Chase, I'm in the NCBI part of

Re: mySQL database files help

2001-09-17 Thread Dana Powers
It appears that your change to debian was also a change from the current 3.23 mysql version to the old 3.22 version ( major releases ). The old version, 3.22, does not support MyISAM tables, so you'll need to upgrade to the new version. Debian stable, aka potato, uses 3.22, but both woody + sid (