-
Notifications
You must be signed in to change notification settings - Fork 30
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
Can not activate plugin, Foreign key constraint is incorrectly formed #91
Comments
I was able to create the table with this SQL command:
|
I am trying to get this going on mysql 8 and matomo 5.x, and i get this when i try to run that.
any thoughts where i can look? |
For me the trick was to modify the charset very precisely to what it is in the database with For instance, check your database with
This went fine and the plugin got activated after passing the following query:
|
I have the same issue as described there:
#31 (comment)
#1
I've checked the tables adn tried the mentioned workarounds. All using innodb with utf8mb4. What else could cause the error?
Best,
Stefan
The text was updated successfully, but these errors were encountered: