Does mysqldump retain index information?
mysql
Solution
Yes. It does. (Do one and you'll see it there).
Problem
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.