chrome_mysql_admin
[](https://codeclimate.com/github/yoichiro/chrome_mysql_admin) ChromeMyAdmin ======================= What's this? ------------ This project provides the source code set of the Chrome app "ChromeMyAdmin" to manage and operate MySQL server. How to install this ChromeMyAdmin app ------------------------------------- You can install this application from Chrome Web store: [ChromeMyAdmin - Chrome Web store](https://chrome.google.com/webstore/detail/chromemyadmin/ndgnpnpakfcdjmpgmcaknimfgcldechn) How to build ------------ ``` $ git clone https://github.com/yoichiro/chrome_mysql_admin.git $ cd chrome_mysql_admin $ npm install $ grunt ``` Dependent libraries ------------------- * [encoding.js](http://code.google.com/p/stringencoding/) * [crypto-js](https://code.google.com/p/crypto-js/) * [Forge](https://github.com/digitalbazaar/forge) * [mysql_js_driver](https://github.com/yoichiro/mysql_js_driver)