Looks like a MERGE table problem to me .. you can't insert data into this
table type because there's actually no data in it ;). You need to insert
data into one of the merged tables.

in version 4.x though, you can set something for the insert thing, so that
it will insert automatically in one of the merged tables. Look in the
documentation, chapter 7 something..

Greetzz,
Wouter

-----Oorspronkelijk bericht-----
Van: Egor Egorov [mailto:[EMAIL PROTECTED]]
Verzonden: June 12, 2002 11:33
Aan: [EMAIL PROTECTED]
Onderwerp: Re: MySqlDump


Terence,
Wednesday, June 12, 2002, 10:20:03 AM, you wrote:

T>  ERROR 1031 at line 5167: Table handler for 'total' doesn't have this
option

T> I am trying to use mysqldump to backup my server to another. Can anyone
tell
T> me what the above error means? Is it a column name or perhaps some data
T> that's conflicting?

What is the type of table 'total'?

T> Rgds
T> Terence





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




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