MySQL database browser and lister, for displaying and browsing heavy and large databases.
- Clone
database_viewer
in your local directory :
git clone https://github.com/Hsnmsri/database_viewer.git
- Create copy from config.Template.php file to config.php file :
cp config.Template.php config.php
- Set DataBase configs in
config.php
- Run database_viewer :
php -S localhost:8000