mariadb/server-tools/instance-manager/README
kostja@oak.local 36ce7d5fd5 First implementation of instance-manager carcass:
logging, options, angel process.
2003-08-16 21:44:24 +04:00

11 lines
354 B
Text

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.