A simple MySQL monitoring app built with Node.js, Angular.js, & Socket.io
See the screenshots.
Download MySQL Monitor
- Download link.
- You can also clone the repo to easily get future updates by running
git pull
Navigate to the mysql-monitor root folder.
Install dependencies
sudo npm install
Update config.json
to match your DB credentials.
Sample config settings
{
"host" : "localhost",
"user" : "root",
"password" : "root",
"port": 3306
}
Start the Node.js server which powers mysql-monitor
sudo node server