Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switching database engine from MyISAM to InnoDB #41

Open
dClauzel opened this issue Sep 15, 2017 · 0 comments
Open

Switching database engine from MyISAM to InnoDB #41

dClauzel opened this issue Sep 15, 2017 · 0 comments

Comments

@dClauzel
Copy link

The MyISAM engine tends to be troublesome: corruption, no crash recovery, etc.

AMW works fine on InnoDB, it would be good to switch to it.

Looks like the only change to make would be in amt/model.php:82, in the create table sql request: ENGINE=MyISAMENGINE=InnoDB.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant