Server System Variables
506
Enterprise users, the version might be displayed as
MySQL Enterprise Server (GPL)
. The
corresponding license for your MySQL binary is shown in parentheses. For server compiled from
source, the default value will be the same as that for Community releases.
•
version_compile_machine
[506]
Variable Name
version_compile_machine
Variable Scope
Global
Dynamic Variable
No
Permitted Values
Type
string
The type of machine or architecture on which MySQL was built.
•
version_compile_os
[506]
Variable Name
version_compile_os
Variable Scope
Global
Dynamic Variable
No
Permitted Values
Type
string
The type of operating system on which MySQL was built.
•
wait_timeout
[506]
Command-Line Format
--wait_timeout=#
Option-File Format
wait_timeout
Option Sets Variable
Yes,
wait_timeout
[506]
Variable Name
wait_timeout
Variable Scope
Global, Session
Dynamic Variable
Yes
Permitted Values
Type
numeric
Default
28800
Range
1 .. 31536000
Permitted Values
Type
(windows)
numeric
Default
28800
Range
1 .. 2147483
The number of seconds the server waits for activity on a noninteractive connection before closing it.
This timeout applies only to TCP/IP and Unix socket file connections, not to connections made using
named pipes, or shared memory.
On thread startup, the session
wait_timeout
[506]
value is initialized from the global
wait_timeout
[506]
value or from the global
interactive_timeout
[457]
value,
depending on the type of client (as defined by the
CLIENT_INTERACTIVE
connect option to
mysql_real_connect()
). See also
interactive_timeout
[457]
.
Summary of Contents for 5.0
Page 1: ...MySQL 5 0 Reference Manual ...
Page 18: ...xviii ...
Page 60: ...40 ...
Page 396: ...376 ...
Page 578: ...558 ...
Page 636: ...616 ...
Page 844: ...824 ...
Page 1234: ...1214 ...
Page 1427: ...MySQL Proxy Scripting 1407 ...
Page 1734: ...1714 ...
Page 1752: ...1732 ...
Page 1783: ...Configuring Connector ODBC 1763 ...
Page 1793: ...Connector ODBC Examples 1773 ...
Page 1839: ...Connector Net Installation 1819 2 You must choose the type of installation to perform ...
Page 2850: ...2830 ...
Page 2854: ...2834 ...
Page 2928: ...2908 ...
Page 3000: ...2980 ...
Page 3122: ...3102 ...
Page 3126: ...3106 ...
Page 3174: ...3154 ...
Page 3232: ...3212 ...