mysqldump -u root -p123 --opt --quick --database search > ./test.sql
i have used mysqldump export data & schema from db,but it seems didn't contains index infomation? how can i add this to export sql file?
mysqldump -u root -p123 --opt --quick --database search > ./test.sql
i have used mysqldump export data & schema from db,but it seems didn't contains index infomation? how can i add this to export sql file?