문서의 이전 판입니다!
/etc/my.cnf
/etc/mysql/my.cnf
/mysql/MyHome/etc/my.cnf
~/.my.cnf
[client] protocol=tcp # 로컬 접속시 소켓 대신 TCP 이용 강제 port=3306 # TCP 접속 기본 포트
/etc/my.cnf
max_connections = 250
show variables like 'max_connections';
[mysql] prompt=\u@\h:\d\_\R:\m:\\s>\_