揭開MySQL 的設定機密:決定活動設定檔
決定MySQL 5.0 使用的設定檔對於調整資料庫設定和故障排除至關重要。為了滿足這一需求,O'Reilly 的《高效能MySQL》一書提供了一個富有洞察力的命令列解決方案:
/usr/sbin/mysqld --verbose --help | grep -A 1 "Default options"
執行此命令可以闡明MySQL 所參考的設定檔的層次結構:
Default options are read from the following files in the given order: /etc/mysql/my.cnf ~/.my.cnf /usr/etc/my.cnf
在此範例中,MySQL優先載入以下設定files:
以上是如何找到MySQL的活動設定檔?的詳細內容。更多資訊請關注PHP中文網其他相關文章!