export database - doesnt export indexes
Database management in a single PHP file
Brought to you by:
jakubvrana
I use MySQL 5.6. I have add some indexes (INDEX, UNIQUE) to some tables in database MySQL. After than I have exported the whole database by adminer 4.1.0. (by SQL query) to another MySQL server with the same Adminer 4.1.0. The content of tables has been moved but the indexes not. Is that right behavior of Adminer, or is this a mistake ?
Sorry, the export works fine OK. I revoke this ticket!