Re: Reference to a command that I can not find AND Foriegn Key information

2004-01-06 Thread Tobias Asplund
On Tue, 6 Jan 2004, Luc Foisy wrote: > There was a user comment under the Foriegn Key section of the documentation reading: > To restore from a mysqldump file that uses foreign keys: > > mysql> SET FOREIGN_KEY_CHECKS = 0; > mysql> SOURCE your_dump_file; > mysql> SET FOREIGN_KEY_CHECKS = 1; > > T

Reference to a command that I can not find AND Foriegn Key information

2004-01-06 Thread Luc Foisy
There was a user comment under the Foriegn Key section of the documentation reading: To restore from a mysqldump file that uses foreign keys: mysql> SET FOREIGN_KEY_CHECKS = 0; mysql> SOURCE your_dump_file; mysql> SET FOREIGN_KEY_CHECKS = 1; The command I am looking for is the call SOURCE. Where