Database Manager: Convert MyISAM to Innodb

So I am starting a small project for my wife and decided to try out the database manager. When I go to add fields to a table I get the following error.

Is there a way to convert this in the database manager? If not, it kinda defeats the purpose of using the database manager?

How did you create the database and those tables? As it defaults to innoDB.

if you used an old database or created the structure with external tool - there you can also convert the databases tables to innoDB as well first.

We do not provide this functionality in the database manager as it is too database specific and only needed for older databases that you can convert manually first before using.

I was using the data manager only. I wanted to give it an honest test on a non critical site.

Maybe your database was setup with other defaults? On your database server?

1 Like