Skip to content
Snippets Groups Projects
Commit e20f96de authored by gnaegi's avatar gnaegi
Browse files

non-jira: fix wrong charset in mysql example config files, remove legacy pom.xml file

parent a209d6b0
No related branches found
No related tags found
No related merge requests found
olatversion=7.1.2-SNAPSHOT
......@@ -7,7 +7,7 @@
[mysqld]
default-storage_engine = innodb
transaction-isolation = READ-COMMITTED
default-character-set = latin1
default-character-set = utf-8
max_connections = 300
innodb_data_file_path = ibdata/ibdata1:1000M;ibdata/ibdata2:1000M
......
......@@ -7,7 +7,7 @@
[mysqld]
default-storage_engine = innodb
transaction-isolation = READ-COMMITTED
default-character-set = latin1
default-character-set = utf-8
max_connections = 300
innodb_data_file_path = c:\ibdata\ibdata1:1000M;c:\ibdata\ibdata2:1000M
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment