charitha,
Wednesday, November 27, 2002, 7:40:07 AM, you wrote:

c> In mysql tables if i want to exclude some tables to do myisamchk how can i 
c> do that.

c> As if i use myisamchk *.MYI it is taking too much time to check all the 
c> tables.  For that i can exclude some previous days dynamic tables and i 
c> can execute this
c> How to do that???

You can name several tables in the command line, like

myisamchk .. table1.MYI one_more_table.MYI ..



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [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