A few listed in this thread :
http://usalug.org/phpBB2/viewtopic.php?t=276
------------------------
http://ksql.sourceforge.net/
---------------
http://gmyclient.sourceforge.net/
.Available features in Gmyclient:
------------------------------------------------
Main features:
* - Multiple Hosts connections
* - Database Explorer , tree and table view
* - Creating/Dropping databases
* - Creating/Dropping/Altering tables with comfortable key-editor
* - Viewing/Editing data
* - Creating/Dropping indices, keys
* - filter table data global and relativ
* - Copy and paste tables and tables data
* - Customizable interface
New Feature added in version 0.3.x
* - Preview and print your query-result
* - Multiple user managment
* - SQL Editor with syntax highlighting and automatic completion
* - Server status display
* - Server variables display
* - Export data to CSV , HTML, Mysqldump, ... more to come
* - Import Data
* - Multilanguage support Currently german , and spanish
-----------------------------------
http://www.fabforce.net/dbdesigner4/
Check this one out.... might be worth a look !
Quote:
General Information - What is DBDesigner 4?
DBDesigner 4 is a visual database design system that integrates database design, modeling, creation and maintenance into a single, seamless environment.
It combines professional features and a clear and simple user interface to offer the most efficient way to handle your databases.
DBDesigner 4 compares to products like Oracle's Designer�, IBM's Rational Rose�, Computer Associates's ERwin� and theKompany's DataArchitect� but is an Open Source Project available for Microsoft Windows� 2k/XP and Linux KDE/Gnome. It is release under the GPL.
DBDesigner 4 and MySQL
DBDesigner 4 is developed and optimized for the open source MySQL-Database to support MySQL users with a powerful and free available design tool.
All MySQL specific features have been built in to offer the most convenient way to design and keep control of your MySQL-Databases.
|
-----------------------------
yet another ......... looks even more promising......
http://www.knoda.org/ Quote:
General Information
knoda is a database frontend for KDE. It is based on hk_classes and is released under the GNU General Public License (GPL).
Knoda allows you to:
* define and delete databases;
* create, alter and delete tables and indices;
* add, change and delete data in tables;
* define, execute and store sql queries;
* import and export CSV data;
* define and use forms; and
* define and print reports |
---------------------------------------
http://www.phpmyadmin.net/home_page/ Quote:
phpMyAdmin can manage a whole MySQL server (needs a super-user) as well as a single database. To accomplish the latter you'll need a properly set up MySQL user who can read/write only the desired database. It's up to you to look up the appropriate part in the MySQL manual.
Currently phpMyAdmin can:
* create and drop databases
* create, copy, drop, rename and alter tables
* do table maintenance
* delete, edit and add fields
* execute any SQL-statement, even batch-queries
* manage keys on fields
* load text files into tables
* create (*) and read dumps of tables
* export (*) data to CSV, XML and Latex formats
* administer multiple servers
* manage MySQL users and privileges
* check referential integrity in MyISAM tables
* using Query-by-example (QBE), create complex queries automatically connecting required tables
* create PDF graphics of your Database layout
* search globally in a database or a subset of it
* transform stored data into any format using a set of predefined functions, like displaying BLOB-data as image or download-link or ...
* support InnoDB tables and foreign keys (see FAQ 3.6)
* support mysqli, the improved MySQL extension (see FAQ 1.17)
* communicate in 47 different languages
(*) phpMyAdmin can compress (Zip, GZip -RFC 1952- or Bzip2 formats) dumps and CSV exports if you use PHP4 >= 4.0.4 with Zlib support (--with-zlib) and/or Bzip2 support (--with-bz2).
|