-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Oauth2 don't fly with mysql/mariadb #3944
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
Comments
going back to v1.1.0-1167-g8d5f58d83 kind of 'solve' that for me |
https://dev.mysql.com/doc/refman/5.5/en/charset-charsets.html - might give some hints too. So right now i 'fixed' it with
but imho this is really dirty Edit: Hmm, innodb would work too, but such long primary keys should be considered dirty anyways - what about a hash as id? |
utf8mb4 doesn't work, however utf8 does. no need for latin1 or myisam. |
See #3859 |
utf8 don't work - #3859 (comment)
|
[x]
):Description
after upgrading to current git i get an
this is clearly a 'bug' with mariadb - gitea try to create the oauth2_ table and fails creating it because the primary key is to long, refs: https://stackoverflow.com/questions/41176482/mariadb-wont-create-table-with-large-varchar-as-primary-key
The text was updated successfully, but these errors were encountered: