|
|
cSQL database manager
cSQL is a PHP-based MySQL manager tool. How does it differ form other ones? It is very small. It's the only little file. It's fast. It's easy to learn. It's secure.
We use cSQL for all our products, on all our servers for more than 2 years now.
Main features are:
* The script is the only one PHP file -- 15kb only, it's so small and easy to upload everywhere!
* Smart login form. If the MySQL is configured the way the databases can be listed w/o being logged in, the script lists the databases, otherwise you may enter the database name manually.
* Once logged in, you may make and download a SQL dump of whole database -- tables structures only, or full dump -- including all records of the database.
* Tables listing page allows to describe (get info about) the tables, delete tables, also make a SQL dump of a table with records or the table structure only
* Easy navigation -- clicking on the table name, you list all it's records.
* Easy command line -- knowing SQL, you will quickly learn how to use it -- it gives you full control on the database.
* Queries history -- you easily may navigate through the past queries.
* Multiline query mode, Upload mode -- help you entering large queries or even uploading a whole SQL dump at once.
:: Download cSQL database manager Now ::
|
|