Milan Svrlo <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> I'd ask you :
> Can I use in MySQL 4.x on InnoDB tables something like :
> create dump from this InnoDB tables with cascade INSERT sql statements 
> based foreign keys ?
> And if yes, how ?
> 

No.
Probably you need mysqldump and SET FOREIGN_KEY_CHECKS = 0 command:
        http://dev.mysql.com/doc/mysql/en/InnoDB_foreign_key_constraints.html
        http://dev.mysql.com/doc/mysql/en/mysqldump.html



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




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to