Does mysqldump dump index information too, so when a dump is loaded indexes are automatically created? From the documentation I can’t see anything that concretely says it does. http://dev.mysql.com/doc/refman/5.1/en/mysqldump.html. Thank you.
Does mysqldump dump index information too, so when a dump is loaded indexes are
Share
Yes. It does. (Do one and you’ll see it there).