louie,
Wednesday, May 22, 2002, 9:23:02 AM, you wrote:

lm> Hi, i was thingking about locking the tables first so no connection
lm> could write so i can do myisamchk. Is this process safe?

lm> Procedures:

lm> 1. lockdb
lm> 2. run myisamchk -r or -o
lm> 3. unlock db

lm> Btw, mysqld is running. I want to off it but i can't its a production
lm> server.
lm> Hope anyone could give me more info.

Don't run myisamchk when MySQL is running!
Use REPAIR TABLE instead of myisamchk:
      http://www.mysql.com/doc/R/E/REPAIR_TABLE.html

lm> ty,
lm> louie...





-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com



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