"naveen" <[EMAIL PROTECTED]> wrote:
> thanks Victoria Reznichenko
> 
> for your help
> where will i put this parameter
> SET FOREIGN_KEY_CHECKS = 0;
> in the dump file or under mysql pormpt.I added through mysql but still the
> same error comes.

You should put

SET FOREIGN_KEY_CHECKS = 0;

at the biginning of the dump file.

Or you can execute this command in the mysql command-line client and then use SOURCE 
command to restore tables.

SET FOREIGN_KEY_CHECKS = 0 turn foreign key checks off for the current session.



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





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

Reply via email to