
September 10th, 2008, 08:08 PM
|
|
Contributing User
|
|
Join Date: Aug 2005
Posts: 52
Time spent in forums: 16 h 41 m 55 sec
Reputation Power: 8
|
|
|
Is --disable-keys the same as SET FOREIGN_KEY_CHECKS=0
I used --disable-keys with mysqldump and want to do an InnoDB table import in batch mode. If doing from the mysql console, I'd use SET FOREIGN_KEY_CHECKS=0 and then do SOURCE file.sql. Not sure how I can do that in batch mode though.
Any ideas? Thanks.
|