diff options
Diffstat (limited to 'mayor-orig/mayor-base/install/base')
-rw-r--r-- | mayor-orig/mayor-base/install/base/mysql/utf8.cnf | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/mayor-orig/mayor-base/install/base/mysql/utf8.cnf b/mayor-orig/mayor-base/install/base/mysql/utf8.cnf index e5927257..824fdcbe 100644 --- a/mayor-orig/mayor-base/install/base/mysql/utf8.cnf +++ b/mayor-orig/mayor-base/install/base/mysql/utf8.cnf @@ -1,5 +1,6 @@ - [mysqld] - character-set-server = utf8 - collation-server = utf8_hungarian_ci - skip-character-set-client-handshake +character-set-server = utf8 +collation-server = utf8_hungarian_ci +skip-character-set-client-handshake +sql-mode="" +
\ No newline at end of file |