mysql 기본 설정 보기

DB 2008. 5. 23. 00:52

mysql 기본 디폴트 설정 보기.

 

 

/usr/local/mysql/bin/mysql --no-defaults --help

 

/etc/my.cnf /usr/local/mysql/var/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 options file
--defaults-file=#       Only read default options from the given file #
--defaults-extra-file=# Read this file after the global files are read

Variables (--variable-name=value)
and boolean options {FALSE|TRUE}  Value (after reading options)
--------------------------------- -----------------------------
auto-rehash                       TRUE
character-sets-dir                (No default value)
default-character-set             euckr
compress                          FALSE
database                          (No default value)
delimiter                         ;
vertical                          FALSE
force                             FALSE
named-commands                    FALSE
local-infile                      FALSE
no-beep                           FALSE
host                              (No default value)
html                              FALSE
xml                               FALSE
line-numbers                      TRUE
unbuffered                        FALSE
column-names                      TRUE
sigint-ignore                     FALSE
port                              3306
prompt                            mysql>
quick                             FALSE
raw                               FALSE
reconnect                         TRUE
socket                            (No default value)
table                             FALSE
debug-info                        FALSE
user                              (No default value)
safe-updates                      FALSE
i-am-a-dummy                      FALSE
connect_timeout                   0
max_allowed_packet                16777216
net_buffer_length                 16384
select_limit                      1000
max_join_size                     1000000
secure-auth                       FALSE

 

 

 

'DB' 카테고리의 다른 글

mysql 의 wait_timeout의 의미  (0) 2008.05.23
mysql> show variables  (0) 2008.05.23
mysql 5.0의 사용자 관리 페이지  (0) 2008.04.25
mysql에서 row를 세로로 보기  (0) 2008.04.25
Toad 단축키.  (0) 2008.04.19
Posted by '김용환'
,