Go to the first, previous, next, last section, table of contents.
Many users of MySQL have contributed very useful support
tools and addons.
A list of what is available at http://www.mysql.com/Downloads/Contrib/
(or any mirror) is shown below.
If you want to build MySQL support for the Perl DBI
/DBD
interface, you should fetch the Data-Dumper
, DBI
, and
Msql-Mysql-modules
files and install them.
See section 4.11 Perl Installation Comments.
00-README
This listing.
- Graphical clients
- http://www.ideit.com/products/dbvis: DbVisualizer
Freeware JDBC client to graphically visualize the data and structure
of several databases simultaneously. By Innovative-IT Development AB.
- mysqlgui homepage
The MySQL GUI client homepage. By Sinisa at MySQL AB.
- kmysqladmin-0.4.1.tar.gz
- kmysqladmin-0.4.1-1.src.rpm
- kmysqladmin-0.4.1-1.i386.rpm
An administration tool for the MySQL server using QT / KDE. Tested
only on Linux.
- Java client using Swing By Fredy Fischer, se-afs@dial.eunet.ch.
You can always find the latest version
here.
- MySQL-Maker 1.0.
Shareware MySQL client for windows. It's WYSIWYG tool which allows
you to create, change and delete databases and tables.
You can change field - structure and add, change and delete data in
these tables directly without ODBC-driver.
MySQL Maker homepage
- mysqlwinadmn.zip
Windows GUI (binary only) to administrate a database, by David B. Mansel,
david@zhadum.org.
- netadmin.zip
An administrator tool for MySQL on Windows 95/98 and Windows NT
4.0. Only tested with MySQL Version 3.23.5 - 3.23.7. Written using the
Tmysql components.
You can write queries and show tables, indexes, table syntax and
administrate user,host and database and so on. The is still beta and
have still some bugs. you can test the program with all features. Please
send bugs and hints to Marco Suess ms@it-netservice.de. Original
URL http://www.it-netservice.de/pages/software/index.html.
- netadmin2.zip
New version of netadmin; See above for details.
- Atronic's MySQL client for Windows 2.0.3.0.
Home page for this can be found at: http://www.artronic.hr.
- Utility from Artronic to stop MySQL on win9x
- Dbtools
A tool to manage MySQL databases. Currently only for Windows.
Some features:
- manage servers, databases, tables, columns, indexes and users
- import wizard to import structure and data from a MS Access, MS Excel, Dbase, FoxPro, Paradox and ODBC Databases.
- xmysqladmin-1.0.tar.gz
An X based front end to the MySQL database engine. It allows reloads,
status check, process control, myisamchk, grant/revoke privileges,
creating databases, dropping databases, create, alter, browse and drop
tables. Originally by Gilbert Therrien, gilbert@ican.net but
now in public domain and supported by MySQL AB.
- xmysql-1.9.tar.gz
- xmysql home page
A front end to the MySQL database engine. It allows for simple
queries and table maintenance, as well as batch queries. By Rick
Mehalick, dblhack@wt.net.
Requires xforms 0.88 to work.
- dbMetrix
An open source client for exploring databases and executing SQL. Supports
MySQL, Oracle, PostgreSQL and mSQL.
- GtkSQL
A query tool for MySQL and PostgreSQL.
- dbMan
A query tool written in Perl. Uses DBI and Tk.
- Mascon 2000.1.8
- Free Mascon 2000.1.8
Mascon is a powerful Win32 GUI for the administering MySQL server
databases. Mascon's features include visual table design, connections to
multiple servers, data and blob editing of tables, security setting, SQL
colour coding, dump functionality and much more.
Mascon home page.
- DBUI
DBUI is a Gtk graphical database editor.
- Web clients
- mysql-editor.tar.gz
This cgi scripts in Perl enables you to edit content of Mysql
database. By Tomas Zeman.
-
FutureSQL Web Database Administration Tool.
FutureSQL by Peter F. Brown, is a Free, Open Source Rapid Application
Development web database administration tool, written in Perl,
using MySQL. It uses
DBI:DBD
and CGI.pm
.
FutureSQL allows one to easily setup config files to view, edit, delete
and otherwise process records from a MySQL database. It uses a data
dictionary, configuration files and templates, and allows "pre-processing"
and "post-processing" on both fields, records and operations.
- dbf2mysql-1.14.tgz
Convert between `.dbf' files and MySQL tables. By Maarten
Boekhold, boekhold@cindy.et.tudelft.nl, William Volkman and
Michael Widenius. This converter includes rudementary read-only support
for MEMO fields.
- dbf2mysql-1.13.tgz
Convert between `.dbf' files and MySQL tables. By Maarten
Boekhold, boekhold@cindy.et.tudelft.nl, and Michael Widenius.
This converter can't handle MEMO fields.
- dbf2mysql.zip
Convert between FoxPro `.dbf' files and MySQL tables on Windows.
By Alexander Eltsyn, ae@nica.ru or ae@usa.net.
- dump2h-1.20.gz
Convert from
mysqldump
output to a C header file. By Harry Brueckner,
brueckner@mail.respublica.de.
- exportsql.txt
A script that is similar to
access_to_mysql.txt
, except that this
one is fully configurable, has better type conversion (including
detection of TIMESTAMP
fields), provides warnings and suggestions
while converting, quotes all special characters in text and
binary data, and so on. It will also convert to mSQL
v1 and v2,
and is free of charge for anyone. See
http://www.cynergi.net/prod/exportsql/ for latest version. By
Pedro Freire, support@cynergi.net. Note: Doesn't work with
Access2!
- access_to_mysql.txt
Paste this function into an Access module of a database which has the
tables you want to export. See also
exportsql
. By Brian Andrews.
Note: Doesn't work with Access2!
- importsql.txt
A script that does the exact reverse of
exportsql.txt
. That is,
it imports data from MySQL into an Access database via
ODBC. This is very handy when combined with exportsql, because it lets you
use Access for all DB design and administration, and synchronize with
your actual MySQL server either way. Free of charge. See
http://www.netdive.com/freebies/importsql/ for any updates.
Created by Laurent Bossavit of NetDIVE.
Note: Doesn't work with Access2!
- /msql2mysqlWrapper 1.0
A C wrapper from
mSQL
to MySQL. By alfred@sb.net
- sqlconv.pl
A simple script that can be used to copy fields from one MySQL table to
another in bulk. Basically, you can run
mysqldump
and pipe it to
the sqlconv.pl
script and the script will parse through the
mysqldump
output and will rearrange the fields so they can be
inserted into a new table. An example is when you want to create a new
table for a different site you are working on, but the table is just a
bit different (ie - fields in different order, etc.).
By Steve Shreeve.
- emacs-sql-mode.tar.gz
Raw port of an SQL mode for XEmacs. Supports completion. Original by
Peter D. Pezaris pez@atlantic2.sbi.com and partial
MySQL port by David Axmark.
- MyAccess97 1.4
- MyAccess2000 1.4
MyAccess is an AddIn for MS Access 97/2000 which allows you to manage MySQL databases from within Access. Main functions are:
- Create/Modify Tables
- Execute Queries against MySQL
- Extract "Create Table-Scripts' from MySQL
- Import/Export tables from Access to MySQL and vice versa
- Log Changes
- Show a "Database Definition Report
Written by Hubertus Hiden. MyAccess homepage.
- radius-0.3.tar.gz
Patches for
radiusd
to make it support MySQL. By Wim Bonis,
bonis@kiss.de.
- mysnprintf.c
sprintf() function for SQL queries that can escape blobs. By Chunhua Liu.
- LaunchMySQL.zip
The program launches the MySQL server, shuts it down, and
display status information. By Bill Thompson
Go to the first, previous, next, last section, table of contents.