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
( testing + unstable ) are using 3.23. I have no problems running apache +
php4 + mysql on debian unstable, if you are concerned about upgrading to the
'non' stable trees. I dont know if you can find a potato-fied mysql-3.23
.deb out there, but it may be available.

dpk

----- Original Message -----
From: "Chase Peeler" <chase@mail>
To: <[EMAIL PROTECTED]>
Sent: Monday, September 17, 2001 8:05 PM
Subject: mySQL database files help


> I was running a mySQL server under slackware for a while, it was
> interacting with php on an apache webserver, and everything worked fine.
> There were a few times where I would mess linux up and need to re-install,
> in which case I would move my database files to my windows partition,
> re-install linux, move the database files back (database files being
> everything in /var/lib/mysql) and everythign worked fine. I just decided
> to change to Debian, and followed the same procedure. After moving my
> database files back to the /var/lib/mysql directory, and running mysql, if
> I try to do anything with my tables, i would get the message "dbfile.ISM"
> is missing. When I looked in my directory, all the files were of the
> format dbFile.MYD, dbFile.MYI and dbFile.frm. As far as I know, the files
> have always been of these extensions (instead of .ISM, .ISD and .frm). If
> they have not, I have no idea how they changed. Does anyone know how to
> get mySql (version Ver 9.38 Distrib 3.22.32, for pc-linux-gnu (i686) ) to
> either recognize my current files as valid, or how to get the data in
> those files into something that mySQL will recognize. Thank you very much.
> There is alot of important info in those tables, and I really need them.
>
> -Chase
>
>
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
>
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail
<[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
>
>
>


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to