Update servatrice/src/servatrice_database_interface.cpp

Co-authored-by: tooomm <tooomm@users.noreply.github.com>
This commit is contained in:
BruebachL 2026-09-06 01:50:08 +02:00 committed by GitHub
parent 4f16f33444
commit de3e01e8d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -102,7 +102,7 @@ bool Servatrice_DatabaseInterface::openDatabase()
if (isStrictModeEnabled()) {
qCCritical(DatabaseInterfaceLog) << poolStr
<< "Error opening database: MySQL/MariaDB strict mode is enabled, which "
"breaks most servatrice database operations. Please disable strict mode "
"breaks most Servatrice database operations. Please disable strict mode "
"by removing STRICT_TRANS_TABLES and STRICT_ALL_TABLES from sql_mode, "
"for example by adding 'sql_mode=NO_ENGINE_SUBSTITUTION' under [mysqld] "
"in your my.cnf (or my.ini on Windows) and restarting the database "