-
Notifications
You must be signed in to change notification settings - Fork 15
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 on startup #29
Comments
Hi Mas @hendisantika , Some people face that issue but I haven't reproduced it yet in my local. Thanks. |
It can be fixed by either updating the sql query or updating the sqlmode. But, I prefer to fix it by updating the query. Your sql_mode is a bit different from the default https://dev.mysql.com/doc/refman/8.0/en/sql-mode.html . Adding the |
still could not replicate the issue :)) |
Could You tell me How to add |
Find your my.cnf file then add the sqlmode you want, e.g: https://stackoverflow.com/questions/23921117/disable-only-full-group-by |
After running
db:seed
, I have this Error on startup:Any suggestions?
Thanks
The text was updated successfully, but these errors were encountered: