cSQL, lite tool to manage MySQL database (for PHP5)

cSQL is a PHP-based MySQL database manager tool developed by Acvanta.
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.
Some features are:
- The script is the only one PHP file — 15kb only, it’s so small and easy to upload everywhere!
- 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.
- Easy command line — knowing SQL, you will quickly learn how to use it — it gives you full control on the database.
- And other more …
I added a small improvement to the code:
- make it functional on PHP5
- changed calls to files with PHP_SELF (this way you can easily rename – for more security – the file before you upload)
The original file by Acvanta: cSQL.zip
My changed file: cSQL-2.gz

![Certification Authentication PHP Zend Certified Engineer [PHP5 Zend]](http://www.zend.com/images/training/certification_auth_logo_s.gif)
![[FSF Associate Member]](http://www.m4ss.net/wp-content/themes/m4ss/images/FSF_member.png)










