diff options
Diffstat (limited to '')
-rw-r--r-- | utils/Docker/Latest/sql/config/mysql.cnf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/Docker/Latest/sql/config/mysql.cnf b/utils/Docker/Latest/sql/config/mysql.cnf new file mode 100644 index 0000000..3dba4d3 --- /dev/null +++ b/utils/Docker/Latest/sql/config/mysql.cnf @@ -0,0 +1,5 @@ +[mysqld]
+log-error = /var/log/mysql/error.log
+
+# V kolikor imamo težave pri ustvarjanju nove ankete, lahko tudi mysqlu poženemo SET GLOBAL sql_mode = "";
+sql_mode = ""
\ No newline at end of file |