Oracle 5.0 Reference Manual page 440

Table of Contents

Advertisement

--shared-memory
Enable shared-memory connections by local clients. This option is available only on Windows.
--shared-memory-base-name=name
The name of shared memory to use for shared-memory connections. This option is available only on
Windows. The default name is MYSQL. The name is case sensitive.
[420]
--skip-bdb
Disable the
storage engine. This saves memory and might speed up some operations. Do not
BDB
use this option if you require
--skip-concurrent-insert
Turn off the ability to select and insert at the same time on
you think you have found a bug in this feature.) See
--skip-external-locking
Do not use external locking (system locking). This affects only
information, including conditions under which it can and cannot be used, see
Locking".
External locking has been disabled by default since MySQL 4.0.
--skip-grant-tables
This option causes the server to start without using the privilege system at all, which gives anyone
with access to the server unrestricted access to all databases. You can cause a running server to
start using the grant tables again by executing
command from a system shell, or by issuing a MySQL
reload
connecting to the server. This option also suppresses loading of user-defined functions (UDFs).
Note that
FLUSH PRIVILEGES
For example,
mysql_upgrade
This option is unavailable if MySQL was configured with the
option. See
Section 2.17.3, "MySQL Source-Configuration
--skip-host-cache
Disable use of the internal host cache for faster name-to-IP resolution. In this case, the server
performs a DNS lookup every time a client connects. See
and the Host
Cache".
[1236]
--skip-innodb
Disable the
InnoDB
is set to InnoDB. Use
engine if necessary.
[420]
--skip-merge
Disable the
storage engine. This option was added in MySQL 5.0.24. It can be used if the
MERGE
following behavior is undesirable: If a user has access to
table
that accesses t. However, if the user's privileges on
MERGE
m
user can continue to access
--skip-name-resolve
Server Command Options
[420]
[420]
tables.
BDB
[420]
[420]
[420]
might be executed implicitly by other actions performed after startup.
flushes the privileges during the upgrade procedure.
[420]
storage engine. In this case, the server will not start if the default storage engine
--default-storage-engine
by doing so through m.
t
[420]
420
tables. (This is to be used only if
MyISAM
Section 8.7.3, "Concurrent
MyISAM
mysqladmin flush-privileges
FLUSH PRIVILEGES
--disable-grant-options
Options".
Section 8.9.8, "DNS Lookup Optimization
[405]
to set the default to some other
table t, that user can create a
MyISAM
t
Inserts".
table access. For more
Section 8.7.4, "External
or
mysqladmin
statement after
are subsequently revoked, the
[123]

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents