tags:

views:

236

answers:

0

I'm trying to take a full dump of my database. But while taking a dump, mysqldump skips a few tables. Especially those with foreign keys. But its not that every table with foreign keys is skipped. Some specific tables only! I tried the -f switch. It forced it to include a few tables but still two tables are being skipped. Is this normal? I mean, does this happen? Or my schema has some problems?