YourSQL by Magister Ludi
A simple and quick MySQL database client.
Quoted from http://www.mludi.net/YourSQL/
Click Images To Enlarge |
|
YourSQL is a simple but powerful program to create and manipulate MySQL databases. It is intended to be easy to use for the beginner as well as the more advanced user, and provides access to some otherwise underused, advanced features of MySQL, such as indices, InnoDB tables, multi-statement SQL scripts and multi-threaded handling of SQL dumps for backups or similar administration tasks
YourSQL is designed to give you the most needed MySQL features directly from the menubar, allowing you to easily add properties and behaviours to your database without having to bother with the notoriously difficult SQL Data Definition Language.
The most useful features can be summarised as:
- Create standard MySQL databases and tables
- Define indices to speed up the database
- Easily log on to multiple servers as you develop and deploy
- Use different user names for different databases on the same server
- Define advanced column types (default values, auto increment, etc.) from the menu
- Dump a standard SQL dump, as a backup or as a means to transfer the database to another server
- Load a standard SQL dump, either from YourSQL itself or from other tools. Compatible with the standard mysqldump tool distributed with MySQL on all platforms


