Det finns ingen my.cnf som standard. Som sådan börjar MySQL med alla standardinställningar. Om du vill skapa din egen my.cnf för att åsidosätta alla standardinställningar, placera den på /etc/my.cnf.
Du kan också köra mysql --help
och titta igenom den för konfektionsplatserna som anges.
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.
Som du kan se finns det också några alternativ för att kringgå conf-filerna, eller ange andra filer att läsa när du anropar mysql på kommandoraden.