This post covers the basic information of files that MySQL Server uses / creates for various tasks. my.cnf : It is the main configuration file for MySQL. You may find it under base directory in windows or under /etc/. .sock : mysqld creates a socket for programs to connect to and notes in this file. […]
The post MySQL related file types and basic information first appeared on ..::CHANGE is INEVITABLE::...