Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 462 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 462 Bytes

database_viewer

MySQL database browser and lister, for displaying and browsing heavy and large databases.

Getting started, Installation

  • 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