Thanks to visit codestin.com
Credit goes to github.com

Skip to content

WebWorksCollection/mysql-console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

mysql-console

$(whatisit)

A simple MySQL Console using MySQL Improved Extension

Features

  • Execute query from a simple textarea
  • Automatic table column detection and resize
  • Shows alert on syntax error

Installation

Change the following line in index.php to your MySQL host, username, password and default database.

$mysqli = new mysqli('localhost', 'user', '123456', 'default');

Copy and paste index.php and style.css anywhere, then enjoy!

Requirements

About

A simple MySQL Console using MySQL Improved Extension

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages