Neil Zanella <[EMAIL PROTECTED]> wrote:
>
> Is there a way to specify MyISAM for all tables in a given file rather
> than having to specify it at the end of each table declaration. I think
> this would make porting databases back and forth to MySQL somewhat easier
> since including MyISAM as part
Aahhh Neil,
if you don't specify any table format than MySQL will automatically create the
table in MyISAM format.
Does that answer your question ?
Best regards
Nils Valentin
Tokyo/Japan
2003年 7月 12日 土曜日 06:41、Neil Zanella さんは書きました:
> Hello,
>
> Is there a way to specify MyISAM for all table
Hello,
Is there a way to specify MyISAM for all tables in a given file rather
than having to specify it at the end of each table declaration. I think
this would make porting databases back and forth to MySQL somewhat easier
since including MyISAM as part of the table declaration is not compatibl