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/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.10 Perl installation comments.
00-README
This listing.
- Graphical clients
- mysqlgui homepage
The MySQL GUI client homepage. By Sinisa at TCX.
- 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.
- mysqlwinadmn.zip
Win32 GUI (binary only) to administrate a database, by David B. Mansel,
- netadmin.zip A
administrator tool for MySQL on Windows 95/98 and Windows NT 4.0. Only
tested with MySQL 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/1182.html.
- xmysqladmin-1.0.tar.gz
A 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 TcX.
- 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.
- Atronic's MySQL client for Win32.
- Web clients
- mysql-editor.tar.gz
This cgi scripts in Perl enables you to edit content of Mysql database. By Tomas Zeman.
- 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 Win32.
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,
- 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, since 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.
- mysnprintf.c
sprintf() function for SQL queries that can escape blobs. By Chunhua Liu.
Go to the first, previous, next, last section, table of contents.
|