sql >> Databasteknik >  >> RDS >> Mysql

Bestäm vilken MySQL-konfigurationsfil som används

Hämtad från den fantastiska "High Performance MySQL" O'Reilly-boken:

$ which mysqld
/usr/sbin/mysqld

$ /usr/sbin/mysqld --verbose --help | grep -A 1 "Default options"
Default options are read from the following files in the given order:
/etc/mysql/my.cnf ~/.my.cnf /usr/etc/my.cnf


  1. Exempel på PHP + MySQL-transaktioner

  2. Ta bort dubblett från en tabell

  3. SQL - Kombinera flera liknande frågor

  4. Hur jag skapar installationsprogram för webbplatsen. PHP mysql