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

Support for Mysql 8 on Ubuntu 19.10 #3

Closed
5 tasks done
bschmalhofer opened this issue May 6, 2020 · 1 comment
Closed
5 tasks done

Support for Mysql 8 on Ubuntu 19.10 #3

bschmalhofer opened this issue May 6, 2020 · 1 comment
Milestone

Comments

@bschmalhofer
Copy link
Contributor

bschmalhofer commented May 6, 2020

Ubuntu 19.10 ships with MySQL 8.0.20. MySQL 8.0 is the successor of MySQL 5.7. Looks like they dropped the 5 in order to confuse people. There are some changes in MySQL 8.0 that are relevant for OTOBO. See also https://dev.mysql.com/doc/refman/8.0/en/mysql-nutshell.html.

The individual topics will be handled in dependent issues:

  • MySQL 8: user creation #4: Creating users with GRANT no longer works. The default authentication plugin has changed from 'mysql_native_password' to 'caching_sha2_password'
  • MySQL 8: 'groups' is no longer allowed as unquoted table name #6: "groups" is now a reserved word and can no longer be used as an unquoted table name
  • MySQL 8: don't set query_cache_size #9: The query cache has been removed. Especially the variable query_cache_size which is mentioned in the installation instructions
  • The default character_set_server has changed from latin1 to utf8mb4. No action required here as the encoding utf8 is explicitly stated in the CREATE TABLE statements
  • The character set utf8mb3, which is aliased by utf8, is now deprecated, no action required for this issue. Switching to utf8mb4 is not in the scope of this issue
@bschmalhofer
Copy link
Contributor Author

OTOBO on MySQL 8 seems to work. Closing the issue.

@bschmalhofer bschmalhofer added this to the OTOBO 10.0 milestone Jul 22, 2020
StefanAbel-OTOBO added a commit to StefanAbel-OTOBO/otobo that referenced this issue Apr 5, 2023
added further description to PostMaster::PreFilterModule##RotherOSS#3-NewTicketReject
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant