Server System Variables
473
Variable Scope
Global, Session
Dynamic Variable
Yes
Permitted Values
Type
numeric
Default
0
Range
0 .. 4294967295
The maximum number of simultaneous connections permitted to any given MySQL user account. A
value of 0 (the default) means “no limit.”
Before MySQL 5.0.3, this variable has only a global value that can be set at server startup or
runtime. As of MySQL 5.0.3, it also has a read-only session value that indicates the effective
simultaneous-connection limit that applies to the account associated with the current session. The
session value is initialized as follows:
• If the user account has a nonzero
MAX_USER_CONNECTIONS
resource limit, the session
max_user_connections
[472]
value is set to that limit.
• Otherwise, the session
max_user_connections
[472]
value is set to the global value.
Account resource limits are specified using the
GRANT
statement. See
Section 6.3.4, “Setting
Account Resource Limits”
, and
Section 13.7.1.3, “
GRANT
Syntax”
.
•
max_write_lock_count
[473]
Command-Line Format
--max_write_lock_count=#
Option-File Format
max_write_lock_count
Option Sets Variable
Yes,
max_write_lock_count
[473]
Variable Name
max_write_lock_count
Variable Scope
Global
Dynamic Variable
Yes
Permitted Values
Platform
Bit Size
32
Type
numeric
Default
4294967295
Range
1 .. 4294967295
Permitted Values
Platform
Bit Size
64
Type
numeric
Default
18446744073709547520
Range
1 .. 18446744073709547520
After this many write locks, permit some pending read lock requests to be processed in between.
•
myisam_data_pointer_size
[473]
Command-Line Format
--myisam_data_pointer_size=#
Option-File Format
myisam_data_pointer_size
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 ...