Không có my.cnf theo mặc định. Như vậy, MySQL bắt đầu với tất cả các cài đặt mặc định. Nếu bạn muốn tạo my.cnf của riêng mình để ghi đè bất kỳ giá trị mặc định nào, hãy đặt nó tại /etc/my.cnf.
Ngoài ra, bạn có thể chạy mysql --help
và xem qua nó để biết các vị trí conf được liệt kê.
Default options are read from the following files in the given order:
/etc/my.cnf /etc/mysql/my.cnf /usr/etc/my.cnf ~/.my.cnf
The following groups are read: mysql client
The following options may be given as the first argument:
--print-defaults Print the program argument list and exit.
--no-defaults Don't read default options from any option file.
--defaults-file=# Only read default options from the given file #.
--defaults-extra-file=# Read this file after the global files are read.
Như bạn có thể thấy, cũng có một số tùy chọn để bỏ qua các tệp conf hoặc chỉ định các tệp khác để đọc khi bạn gọi mysql trên dòng lệnh.