mysql unauthenticated user Reading from net

운영자 | 기사입력 2016/12/23 [07:38]
mysql >
필자의 다른기사 보기 인쇄하기 메일로 보내기 글자 크게 글자 작게
mysql unauthenticated user Reading from net
 
운영자   기사입력  2016/12/23 [07:38]

unauthenticated user      Reading from net 

 

 

mysql> SHOW VARIABLES LIKE 'max_connections';

+-----------------+-------+

| Variable_name   | Value |

+-----------------+-------+

| max_connections | 10000 | 

+-----------------+-------+

1 row in set (0.00 sec)

 

mysql> 

mysql> SHOW STATUS LIKE 'Threads_connected';

+-------------------+-------+

| Variable_name     | Value |

+-------------------+-------+

| Threads_connected | 1     | 

+-------------------+-------+

1 row in set (0.00 sec)

 

 

SHOW variables like '%timeout%';

+----------------------------+-------+

| Variable_name              | Value |

+----------------------------+-------+

| connect_timeout            | 10    | 

| delayed_insert_timeout     | 300   | 

| innodb_lock_wait_timeout   | 120   | 

| innodb_rollback_on_timeout | OFF   | 

| interactive_timeout        | 28800 | 

| net_read_timeout           | 30    | 

| net_write_timeout          | 60    | 

| slave_net_timeout          | 3600  | 

| table_lock_wait_timeout    | 50    | 

| wait_timeout               | 28800 | 

+----------------------------+-------+

 

 

 

 

thread_cache_size

 

 

show global variables like '%timeout%'

 

 

 

mysql> show global variables like '%timeout%'

    -> ;

+----------------------------+-------+

| Variable_name              | Value |

+----------------------------+-------+

| connect_timeout            | 10    | 

| delayed_insert_timeout     | 300   | 

| innodb_lock_wait_timeout   | 120   | 

| innodb_rollback_on_timeout | OFF   | 

| interactive_timeout        | 28800 | 

| net_read_timeout           | 30    | 

| net_write_timeout          | 60    | 

| slave_net_timeout          | 3600  | 

| table_lock_wait_timeout    | 50    | 

| wait_timeout               | 100   | 

 

 

 

 

ow global variables like '%timeout%';

+----------------------------+-------+

| Variable_name              | Value |

+----------------------------+-------+

| connect_timeout            | 10    | 

| delayed_insert_timeout     | 300   | 

| innodb_lock_wait_timeout   | 120   | 

| innodb_rollback_on_timeout | OFF   | 

| interactive_timeout        | 28800 | 

| net_read_timeout           | 10    | 

| net_write_timeout          | 60    | 

| slave_net_timeout          | 3600  | 

| table_lock_wait_timeout    | 50    | 

| wait_timeout               | 30    | 

+----------------------------+-------+

 

트위터 트위터 페이스북 페이스북 카카오톡 카카오톡
기사입력: 2016/12/23 [07:38]  최종편집: ⓒ iwav
 
 
mysql 많이 본 기사