1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00
Files
mariadb/server-tools/instance-manager
unknown 97f26ff5f6 new variant of passwd() by S. Vojtovich
server-tools/instance-manager/Makefile.am:
  link get_password() to the IM
server-tools/instance-manager/options.cc:
  make passwd() function to read password in mysqladmin way
2005-02-18 15:23:55 +03:00
..
2005-02-13 15:13:33 +03:00
2005-02-13 15:13:33 +03:00
2004-10-27 10:21:48 +04:00
2004-10-26 23:22:12 +04:00
2005-02-15 04:38:33 +03:00
2004-10-27 10:21:48 +04:00
2004-10-26 23:22:12 +04:00
2005-02-15 04:38:33 +03:00
2005-02-15 04:38:33 +03:00
2004-11-06 02:14:56 +03:00
2004-11-02 10:11:03 +03:00
2004-11-02 10:11:03 +03:00

Instance Manager - manage MySQL instances locally and remotely.

File description:
 mysqlmanager.cc - entry point to the manager, main, 
 options.{h,cc} - handle startup options
 manager.{h,cc} - manager process
 mysql_connection.{h,cc} - handle one connection with mysql client.

See also instance manager architecture description in mysqlmanager.cc.