Oracle 5.0 Reference Manual page 380

Table of Contents

Advertisement

The permissible options for
"MySQL Instance Manager Configuration
path=path-to-mysqld-binary
to let Instance Manager know where the
also be necessary to set other options such as
a different data directory and TCP/IP port number.
on One
Machine", discusses the configuration values that must differ for each instance when you run
multiple instance on the same machine.
The typical Unix startup/shutdown cycle for a MySQL server with the MySQL Instance Manager
enabled is as follows:
1. The
/etc/init.d/mysql
2. Instance Manager starts the guarded server instances and monitors them.
3. If a server instance fails, Instance Manager restarts it.
4. If Instance Manager is shut down (for example, with the
shuts down all server instances.
4.6.10.4. Instance Manager User and Password Management
The Instance Manager stores its user information in a password file. On Windows, the default is
mysqlmanager.passwd
file is /etc/mysqlmanager.passwd. To specify a different location for the password file, use the
password-file
If the password file does not exist or contains no password entries, you cannot connect to the Instance
Manager.
Entries in the password file have the following format, where the two fields are the account user name
and encrypted password, separated by a colon:
petr:*35110DC9B4D8140F5DE667E28C72DD2597B5C848
Instance Manager password encryption is the same as that used by MySQL Server. It is a one-way
operation; no means are provided for decrypting encrypted passwords.
Instance Manager accounts differ somewhat from MySQL Server accounts:
• MySQL Server accounts are associated with a host name, user name, and password (see
Section 6.3.1, "User Names and
• Instance Manager accounts are associated with a user name and password only.
— The MySQL Instance Manager
mysqlmanager
[mysqldN]
option that is recognized only by Instance Manager. Use this option
Warning
The
instance section, if it exists, must not contain any Instance
[mysqld]
Manager-specific options.
script starts MySQL Instance Manager.
Important
MySQL Instance Manager is been deprecated in MySQL 5.1 and is removed in
MySQL 5.5.
in the directory where Instance Manager is installed. On Unix, the default
[357]
option.
Note
Any Instance Manager process that is running to monitor server instances does
not notice changes to the password file. You must stop it and restart it after
making password entry changes.
Passwords").
server instance sections are described in
Files". In these sections, you can use a special
binary resides. If there are multiple instances, it may
mysqld
and port, to ensure that each instance has
datadir
Section 5.3, "Running Multiple MySQL Instances
/etc/init.d/mysql stop
360
Section 4.6.10.2,
mysqld-
command), it
--

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents