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

ERROR 1726 (HY000): Storage engine 'MyISAM' does not support system tables. #16743

Closed
kacnje opened this issue Nov 18, 2020 · 1 comment
Closed
Labels
answered For when a question was asked and we referred to forum or answered it.

Comments

@kacnje
Copy link

kacnje commented Nov 18, 2020

I tried to install Matomo following https://matomo.org/faq/how-to-install/faq_23484/
But when: CREATE USER 'matomo'@'localhost' IDENTIFIED WITH mysql_native_password BY 'my-strong-password-here';
I get: ERROR 1726 (HY000): Storage engine 'MyISAM' does not support system tables. [mysql.db]

Any idea? Is this only a problem with instructions?

@sgiehl
Copy link
Member

sgiehl commented Nov 18, 2020

That actually does not have anything to do with Matomo. Seems your mysql system tables have the wrong storage engine or something like that. Could be possible you did something wrong when setting up mysql in the first place.
Maybe this helps: https://stackoverflow.com/questions/54292491/how-to-fix-error-1726-hy000-storage-engine-myisam-does-not-support-system-t
Otherwise feel free to ask your question on our forum at https://forum.matomo.org.

@sgiehl sgiehl closed this as completed Nov 18, 2020
@sgiehl sgiehl added the answered For when a question was asked and we referred to forum or answered it. label Nov 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered For when a question was asked and we referred to forum or answered it.
Projects
None yet
Development

No branches or pull requests

2 participants