Skip to content

tariqbuilds/mysql-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple MySQL monitoring webapp built with Node.js and Angular.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published