- Chrome Browser. The plugin was implemented using Chrome Version 61.0.3163.91 (Official Build) (64-bit)
- XAMPP. It can download from https://www.apachefriends.org/download.html. Version 7.0.23 / PHP 7.0.23 for OS X was used.
This section will introduce how to run this plugin in your Chrome Browser.
- Saving "db1" folder into ~/Applications/XAMPP/htdocs
- Open manager-osx
- start MYSQL Database and Apache Web Server (See Known Issue if occuring problems)
- Go to http://localhost/phpmyadmin/ and import database
- Go to chrome://extensions/ and tick the "Developer mode"
- Load "Chrome_Extension" folder
- Click the icon to run the plugin
- Change the port number. The author uses 3307. And try again.
- Run
> $ sudo killall mysqld
> $ sudo /Applications/XAMPP/xamppfiles/bin/mysql.server start
and try agian.