.net - any way to fix mysql database tables missing mdy and mdi files -


we have mysql databases on 2 separate servers: 1 in dev , 1 in production.

today @ around same time ran errors when querying: fatal error encountered during command execution.

the db admin looked @ files, , says there no mdy or mdi files tables in databases, , thinks because of that, database doesnt have indices , having trouble. app running against databases has been working fine month. our nightly backups , files never existed ( or maybe not marked backup?)

these databases used on mysql 4.1.14-nt, , moved on server mysql 5.2 using mysqldump --add-drop=table command

does problem sound familiar anyone? suggestions?

turns out when migrated databases, mysqldump generated sql set inno data engine when creating tables in schema.

inno evidently doesnt use these mdy , mdi files.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -