Pada Wed, 3 Jul 2002 16:39:03 -0700
"Eric Mayers" <[EMAIL PROTECTED]> menulis :

> Hello All,
> 
> I'm using mysql version 3.23.47 as a database in an embedded device.  In
> the startup scripts for the database I have it run :
> 
> myisamchk -o -s /usr/local/var/data/*/*.MYI
> (to fix any possible problems)
> 
> with safe_mysqld --datadir=/usr/local/var/data &
> (to start the database)

try to do this first ....

mysqlcheck -A -u<user> -p<password>

maybe it can help you to restored .MYD files (which maybe was still in repair state 
--> .TMD) 


-- 
printk("Entering UltraSMPenguin Mode...\n");
        2.2.16 /usr/src/linux/arch/sparc64/kernel/smp.c

query,sql

---------------------------------------------------------------------
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