0.0.1 • Published 10 years ago

mysql-monitor v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

MySQL Monitor

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

Installation

Navigate to the mysql-monitor root folder.

1. Dependencies

Install dependencies

sudo npm install

2. Update Config

Update config.json to match your DB credentials.

Sample config settings

{
  "host" : "localhost",
  "user" : "root",
  "password" : "root",
  "port": 3306
}

3. Start server

Start the Node.js server which powers mysql-monitor

sudo node server

Screenshots

npm.io npm.io