Skip to content

Commit

Permalink
Revert unrelated mysql change.
Browse files Browse the repository at this point in the history
  • Loading branch information
icarito committed Apr 9, 2019
1 parent b41099a commit 76014cb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions config/my.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ datadir = /var/lib/mysql
# Plots specific
# To avoid single large file
innodb_file_per_table = 1

# To enable long indices in utf8mb4
innodb_large_prefix = 1
innodb_file_format = Barracuda
innodb_file_format_max = Barracuda

# Replication
#server-id=2
#log_bin = /var/lib/mysql/log/mysql-bin.log
Expand Down Expand Up @@ -46,5 +40,3 @@ slow-query-log-file = /var/lib/mysql/log/mysql-slow.log
long_query_time = 5

!includedir /etc/mysql/conf.d/

innodb_file_per_table = ON

0 comments on commit 76014cb

Please sign in to comment.