MySQL 관리자 root 비밀번호 설정
mysqladmin -u root password "비밀번호"("는 없이)
mysql 설정 파일 위치
mysqladmin --help
아래와 같은 정보들 출력
Default options are read from the following files in the given order:
/etc/my.cnf /etc/mysql/my.cnf ~/.my.cnf
mysqladmin -u root password "비밀번호"("는 없이)
mysqladmin --help
아래와 같은 정보들 출력
Default options are read from the following files in the given order:
/etc/my.cnf /etc/mysql/my.cnf ~/.my.cnf