I have a Database with innodb tables on my local server. The tables have primary keys, indexes and relationships.
I need to host it in a web hosting that has support for innodb tables.
When I export it from my local server, it does it correctly. The problem appears when I import it from the Web Hosting; although it does not throw errors, it does not replicate the indices and relations.
Any suggestions to solve that?
Thank you.