Replies: 2 comments
-
|
Hi @janette - I'm no expert on mysql, but it seems you need to add those privileges, which aren't part of "ALL" on "db.*" Maybe or You don't actually have to do these in a post-start hook, they're one-time actions, but it should do no harm. You can also change your code to use |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am updating an existing project from mysql 5.7 to mysql 8.
The default permissions for mysql 8 are more restrictive so I need to grant all permissions to the db user.
I have this in my .ddev/config.yaml
ddev restartruns without error but when I run code that creates a new db table and includesSET SESSION innodb_strict_mode=OFF, I get this errorBeta Was this translation helpful? Give feedback.
All reactions