mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-24 02:13:02 -07:00
Update servatrice/src/servatrice_database_interface.cpp
Co-authored-by: tooomm <tooomm@users.noreply.github.com>
This commit is contained in:
parent
4f16f33444
commit
de3e01e8d8
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ bool Servatrice_DatabaseInterface::openDatabase()
|
||||||
if (isStrictModeEnabled()) {
|
if (isStrictModeEnabled()) {
|
||||||
qCCritical(DatabaseInterfaceLog) << poolStr
|
qCCritical(DatabaseInterfaceLog) << poolStr
|
||||||
<< "Error opening database: MySQL/MariaDB strict mode is enabled, which "
|
<< "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, "
|
"by removing STRICT_TRANS_TABLES and STRICT_ALL_TABLES from sql_mode, "
|
||||||
"for example by adding 'sql_mode=NO_ENGINE_SUBSTITUTION' under [mysqld] "
|
"for example by adding 'sql_mode=NO_ENGINE_SUBSTITUTION' under [mysqld] "
|
||||||
"in your my.cnf (or my.ini on Windows) and restarting the database "
|
"in your my.cnf (or my.ini on Windows) and restarting the database "
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue