...
The user with which the application should connect to the database needs the following roles in order to run the database correctly:
|
The collation for the database has to be set to SQL_Latin1_General_CP1_CI_AS.
|
...
Oracle Server
The user with which the application should connect to the database needs the following roles in order to run the database correctly:
|
The collation for the database has to be set to AL32UTF8.
...
MySQL Server
Lower case table names needs to be active:
Code Block |
---|
lower_case_table_names = 1 |
MySQL Server needs to be set to:
Code Block |
---|
log_bin_trust_function_creators =1 |
MySQL :: MySQL 8.4 Reference Manual :: 7.1.8 Server System Variables
The user with which the application should connect to the database needs the following roles in order to run the database correctly:
|
The collation for the database has to be set to UTF8:
|