I know I'm missing something very simple here but I'm stuck.
Our main db was built and designed with standard MYISAM tables. So far, so good. Somewhere along the line, one of our past developers snuck some INNODB tables into the db. When I attempted to bring up a test server for a new developer using a dumped copy of the db, MySQL chokes on the first idb table when attempting to import it. What am I missing?
Bing
Our main db was built and designed with standard MYISAM tables. So far, so good. Somewhere along the line, one of our past developers snuck some INNODB tables into the db. When I attempted to bring up a test server for a new developer using a dumped copy of the db, MySQL chokes on the first idb table when attempting to import it. What am I missing?
Bing