Oracle 5.0 Reference Manual page 457

Table of Contents

Advertisement

[mysqld]
init_connect='SET autocommit=0'
The content of
init_connect
privilege.
automatic_sp_privileges
Version Introduced
Variable Name
Variable Scope
Dynamic Variable
When this variable has a value of 1 (the default), the server automatically grants the
[577]
and
EXECUTE
ALTER ROUTINE
user cannot already execute and alter or drop the routine. (The
required to drop the routine.) The server also automatically drops those privileges from the creator
when the routine is dropped. If
automatically add or drop these privileges.
The creator of a routine is the account used to execute the
be the same as the account named as the
See also
Section 18.2.2, "Stored Routines and MySQL
This variable was added in MySQL 5.0.3.
[437]
back_log
Command-Line Format
Option-File Format
Option Sets Variable
Variable Name
Variable Scope
Dynamic Variable
The number of outstanding connection requests MySQL can have. This comes into play when the
main MySQL thread gets very many connection requests in a very short time. It then takes some
time (although very little) for the main thread to check the connection and start a new thread. The
[437]
value indicates how many requests can be stacked during this short time before
back_log
MySQL momentarily stops answering new requests. You need to increase this only if you expect a
large number of connections in a short period of time.
In other words, this value is the size of the listen queue for incoming TCP/IP connections. Your
operating system has its own limit on the size of this queue. The manual page for the Unix
system call should have more details. Check your OS documentation for the maximum
listen()
value for this variable.
[437]
basedir
Command-Line Format
Server System Variables
[456]
is not executed for users that have the
[437]
5.0.3
automatic_sp_privileges
Global
Yes
Permitted Values
Type
boolean
Default
TRUE
[576]
privileges to the creator of a stored routine, if the
automatic_sp_privileges
DEFINER
--back_log=#
back_log
Yes,
[437]
back_log
back_log
Global
No
[437]
cannot be set higher than your operating system limit.
back_log
--basedir=path
437
ALTER ROUTINE
[437]
is 0, the server does not
statement for it. This might not
CREATE
in the routine definition.
Privileges".
[578]
SUPER
[576]
privilege is

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents