Make it all quotes
This commit is contained in:
parent
9f1229e68e
commit
12150a8248
|
@ -88,12 +88,12 @@
|
||||||
mysqld = {
|
mysqld = {
|
||||||
log-error = "/var/log/mysql_err.log";
|
log-error = "/var/log/mysql_err.log";
|
||||||
port = 3306;
|
port = 3306;
|
||||||
character_set_server = utf8mb4;
|
character_set_server = "utf8mb4";
|
||||||
collation_server = utf8mb4_general_ci;
|
collation_server = "utf8mb4_general_ci";
|
||||||
transaction_isolation = READ-COMMITTED;
|
transaction_isolation = "READ-COMMITTED";
|
||||||
binlog_format = ROW;
|
binlog_format = "ROW";
|
||||||
innodb_large_prefix = on;
|
innodb_large_prefix = "on";
|
||||||
innodb_file_format = barracuda;
|
innodb_file_format = "barracuda";
|
||||||
innodb_file_per_table = 1;
|
innodb_file_per_table = 1;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue