Skip to content

Instantly share code, notes, and snippets.

View therohitdas's full-sized avatar

Rohit Das therohitdas

View GitHub Profile
@therohitdas
therohitdas / my.cnf
Created April 3, 2020 15:35 — forked from rohityadavcloud/my.cnf
Example MySQL my.cnf optimized
[client]
port = 3306
socket = /var/run/mysqld/mysqld.sock
# This was formally known as [safe_mysqld]. Both versions are currently parsed.
[mysqld_safe]
socket = /var/run/mysqld/mysqld.sock
nice = 0
syslog