Skip to content

Instantly share code, notes, and snippets.

View chulgil's full-sized avatar
🎯
Focusing

Chulgil Lee chulgil

🎯
Focusing
View GitHub Profile
@chulgil
chulgil / my.cnf
Created March 1, 2018 15:35 — forked from yvoronoy/my.cnf
MySQL Magento Config
[mysqld]
## After edit config you have to remove log files and restart mysql server
## because after changing innodb-log-file-size you should recreate ib_logfiles
## Stop MySQL server
## rm /data/dir/ib_logfile*
## Run MySQL server
##Table open cache under MacOS and MySQL 5.6 should be 250.
##Otherwise you will get error MySQL server has gone away
##table-open-cache = 250