Homebrew MySQL 설치를 위한 my.cnf는 어디에 있습니까?

Linda Hamilton
풀어 주다: 2024-11-02 13:44:30
원래의
595명이 탐색했습니다.

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으로 문의하세요.
저자별 최신 기사
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿
회사 소개 부인 성명 Sitemap
PHP 중국어 웹사이트:공공복지 온라인 PHP 교육,PHP 학습자의 빠른 성장을 도와주세요!