System Overview
MySQL DMB (Database Manager) is a management system for MySQL database monitoring and backup. It consists of two components: Manager (management server) and Agent (client agent).
System Installation
Manager Installation
Download URL:
http://download.mysqlab.net/download/DMB/dmbmanager.zip
Installation Steps:
- Extract the downloaded
dmbmanager.zipfile to a target directory, e.g.,C:dmbmanager. - Navigate to the extraction directory (e.g.,
C:dmbmanager) and runsetup.exe. - In the installation wizard, follow these steps:
- Save configuration items
- Initialize the system
- Obtain the Key file
- Save the obtained license file
dmb.keyto the Manager installation directory (e.g.,C:dmbmanager). - Click "Start Service" to complete the installation.
Agent Installation
Download URL:
http://download.mysqlab.net/download/DMB/dmbagent.zip
Installation Steps:
- Extract the downloaded
dmbagent.zipfile to a target directory, e.g.,C:dmbagent. - Edit the configuration file
dmb.iniin the installation directory. Change theurladdress to the service address of the installed Manager server. - Run the
install.batscript to install the Agent service.
Note: On Windows 7 or later systems, right-click and select "Run as administrator".
System Management
After the Manager service starts, you can access the management interface via a web browser:
- Local access: http://localhost:8288/
- Remote access:
http://[Manager Server IP]:8288/
Default Login Credentials:
- Username:
root - Password:
mysqlab.net
After logging in, immediately change the default username, password, and other security settings in the "System Configuration" section (top-right corner).
Email Alert Configuration: Configure SMTP server details in System Configuration to send monitoring alert emails. Alerts will be sent to the email address configured in the user profile.
Important Configuration Notes
- Platform Limitation: The current version of DMB Manager and DMB Agent supports Windows only.
- Local Backup Address: When configuring a local backup, use the IP address
127.0.0.1. - MySQL Configuration File Path: When adding or editing a database instance, use Windows format for the
my.iniconfiguration file path, e.g.,C:windowsmy.ini. - Local Backup Directory: When configuring a backup task, use Windows format for the local backup directory, e.g.,
C:dbbackup.
Version Update Notes
Recent versions primarily address the following improvements:
- Changed default configuration path formats from Linux style to Windows style to avoid user confusion.
- Version v2.2 supports obtaining the Key license file directly within the installation wizard.
Thank you for using MySQL DMB Monitoring and Backup System. For any issues or feedback, please contact us through official channels. We will respond promptly and continue to improve the system.