首頁 > 資料庫 > mysql教程 > Homebrew MySQL 安裝的 my.cnf 位於哪裡?

Homebrew MySQL 安裝的 my.cnf 位於哪裡?

Linda Hamilton
發布: 2024-11-02 13:44:30
原創
694 人瀏覽過

Where is my.cnf Located for Homebrew MySQL Installations?

尋找用於 Homebrew MySQL 安裝的 my.cnf

對於使用 Homebrew 安裝 MySQL,預設設定檔 my.cnf 可能不存在。這是因為 Homebrew 沒有安裝預設的 my.cnf。因此,MySQL 將以預設設定啟動。

如果您希望建立自訂 my.cnf 來覆蓋預設設置,則應將其放置在 /etc/my.cnf 目錄中。或者,您可以造訪 MySQL 的說明頁面來查看可能的設定位置清單。

以下指令將輸出設定檔位置:

mysql --help
登入後複製

您將看到類似下列內容的輸出以下:

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.

As you can see, there are also various options to bypass the configuration files or specify additional files to be read when invoking MySQL from the command line.
登入後複製

以上是Homebrew MySQL 安裝的 my.cnf 位於哪裡?的詳細內容。更多資訊請關注PHP中文網其他相關文章!

來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
作者最新文章
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板