Welcome Guest, Not a member yet? Register   Sign In
dbutil restore from backup problem (order of tables)
#6

[eluser]WanWizard[/eluser]
If you have no portability requirement, that is possible. For MySQL's innodb:
Code:
SET FOREIGN_KEY_CHECKS=0;
// do your thing here
SET FOREIGN_KEY_CHECKS=1;


Messages In This Thread
dbutil restore from backup problem (order of tables) - by El Forum - 05-27-2010, 06:34 AM
dbutil restore from backup problem (order of tables) - by El Forum - 05-31-2010, 05:08 AM
dbutil restore from backup problem (order of tables) - by El Forum - 05-31-2010, 06:49 AM
dbutil restore from backup problem (order of tables) - by El Forum - 05-31-2010, 07:09 AM
dbutil restore from backup problem (order of tables) - by El Forum - 05-31-2010, 04:06 PM
dbutil restore from backup problem (order of tables) - by El Forum - 06-01-2010, 02:10 AM



Theme © iAndrew 2016 - Forum software by © MyBB