ashleym1972
May 27th, 2009, 01:49 AM
I've set two Ubuntu servers with MySQL and am trying to run them as a simple master slave with InnoDB as the default storage engine. I over came the problem with the ib* files hosing InnoDB so it is no longer disabled, but now MySQL will not change the default storage engine. I can set default-storage-engine=memory or innodb but show engines; always shows myisam as default.
What gives? Do I need to just dump the apt package and compile MySQL for myself? I don't understand why something that should be so simple is so complicated. I also don't understand why this doesn't just work. Is replication getting in the way?
What gives? Do I need to just dump the apt package and compile MySQL for myself? I don't understand why something that should be so simple is so complicated. I also don't understand why this doesn't just work. Is replication getting in the way?