MySQL InnoDb

disoft

Verified User
Joined
Jun 4, 2003
Messages
28
Location
UK
Do the pre-packaged MySQL binaries from DirectAdmin come with InnoDb enabled?

Everything seems to suggest that they do, yet I simply can't create InnoDB tables; it just sets them to MyISAM, completely ignoring the 'TYPE=InnoDB' at the end.
 
I don't recall it being enabled when I was running FreeBSD. Check into the precompiled binaries from MySQL AB.
If they don't have it either you'll need to download the source and compile it with that option.
 
Okay thanks.

How do I perform this upgrade? I followed the instructions here but that didn't seem to work.
 
Okay thanks.

How do I perform this upgrade? I followed the instructions here but that didn't seem to work.
 
Okay, I managed to install it, but it seems that contrary to the MySQL docs it is compiled --without-innodb, so the only option is to compile the sources.

I'll attempt this, although I'm not sure how I'll tie it all in with DirectAdmin.
 
Back
Top