識別正在使用的MySQL設定檔
對於MySQL 5.0,一個簡單的指令就可以辨識伺服器。
指令:
/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
解釋🎜>
哪個mysqld 指令回傳MySQL 伺服器二進位檔案的路徑。以上是如何識別正在使用的MySQL設定檔?的詳細內容。更多資訊請關注PHP中文網其他相關文章!