Many users of MySQL have contributed very useful support tools and addons.
A list of what is available at (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 .
This listing.
- Perl modules
- Perl
Data-Dumper
module. Useful with DBI
/DBD
support.
- Perl
DBI
module.
- Convert between `.dbf' files and MySQL tables. Perl module written by Pratap Pereira , extened by Kevin A. McGrail . This converter can handle MEMO fields.
- Perl
DBD
module to access mSQL and MySQL databases..
- Perl
Data-ShowTable
module. Useful with DBI
/DBD
support.
- JDBC
- The mm JDBC driver for MySQL. This is a production release and is actively developed. By Mark Matthews (). This driver has a LGPL license. Please check for the latest drivers (and other JDBC information) since this driver is not updated as frequently.
- The twz driver: A type 4 JDBC driver by Terrence W. Zellers private and educational use.
- MySQL C++ wrapper library. By Roland Haenel,
- MySQL C++ API (More than just a wrapper library). Originally by
- MySQL Ruby module. By TOMITA Masahiro is Object-Oriented Interpreter Language.
- Delphi interface to
libmysql.dll
, by Blestan Tabakov,
- Delphi interface to
libmysql.dll
, by
- A VisualWorks 3.0 Smalltalk driver for MySQL. By
- Python module with caching. By .
- Python interface for the MySQL. By Joseph Skinner ; Modified by Joerg Senekowitsch
- An interface program for the Matlab program by MathWorks.
- Tcl interface for MySQL. Based on `msqltcl-1.50.tar.gz'. Updated by Tobias Ritzau, .
- A Visual Basic-like API, by Ed Carp.
- TCL/TK code to generate database screens. By Jean-Francois Dockes.
- This is a new version of a set of library utilities intended to provide a generic interface to SQL database engines such that your application becomes a 3-tiered application. The advantage is that you can easily switch between and move to other database engines by implementing one file for the new backend without needing to make any changes to your applications. By .
- DbFramework is a collection of classes for manipulating MySQL databases. The classes are loosely based on the CDIF Data Model Subject Area. By Paul Sharpe .
- MySQL module for pike. For use with the Roxen web server.
- Module for
guile
that allows guile
to interact with SQL databases. By Hal Roberts.
- Interface for Stk. Stk is the Tk widgets with Scheme underneath instead of Tcl. By Terry Jones
- . Eiffel wrapper by Michael Ravits.
- Graphical clients
- The MySQL GUI client homepage. By Sinisa at TCX.
-
-
- An administration tool for the MySQL server using QT / KDE. Tested only on Linux.
- By Fredy Fischer, . You can always find the latest version .
- Win32 GUI (binary only) to administrate a database, by David B. Mansel,
- 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, but now in public domain and supported by TcX.
-
- A front end to the MySQL database engine. It allows for simple queries and table maintenance, as well as batch queries. By Rick Mehalick, . Requires to work.
- An open source client for exploring databases and executing SQL. Supports MySQL, Oracle, PostgreSQL and mSQL.
- A query tool for MySQL and PostgreSQL.
- A query tool written in Perl. Uses DBI and Tk.
-
- Web clients
- WWW MySQL administrator for the
user,
db
and host
tables. By Tim Sailer, modified by Atif Ghaffar
- A tool written in PHP-FI to administrate MySQL databases remotely over the web within a Web-Browser. By Peter Kuppelwieser, Not maintained anymore!
- MySQL Web Database Administration written in Perl. By Tim Sailer.
- Updated version of `mysqladm.tar.gz', by High Tide.
- Updated version of `mysqladm.tar.gz', by Ying Gao. You can get the newest version from .
-
- A web based mysql administrator by Mike Machado.
- A set of PHP3-scripts to adminstrate MySQL over the WWW.
- A PHP3 tool in the spirit of mysql-webadmin, by Tobias Ratschiller, tobias@dnet.it
- MySQL administrator in PHP. By Ofni Thomas
- This package has various functions for generating html code from an SQL table structure and for generating SQL statements (Select, Insert, Update, Delete) from an html form. You can build a complete forms interface to an SQL database (query, add, update, delete) without any programming! By Marc Beneteau, .
- SQL/HTML is an HTML database manager for MySQL using
DBI
1.06.
- A MySQL- and PHP- based search engine over HTTP. By Alexander I. Barkov .
-
- With this you can write HTML files with inclusions of TCL code. By
-
- A CGI program that parses an HTML file containing special tags, parses them and inserts data from a MySQL database.
- Perl SQL database interface package for html.
- A CGI wrapper by Sasha Pachev.
- EU-Industries Internet-Message-Board.
- Full-text searching with Perl on
BLOB
/TEXT
columns by Daniel Koch.
- This is authentication and logging patch using MySQL for Ascend-Radius. By .
-
- MySQL authentication patch for QMAIL and checkpassword. These are useful for management user(mail,pop account) by MySQL. By
- MySQL support for Livingston's Radius 2.01. Authentication and Accounting. By Jose de Leon,
- Apache authentication module for MySQL. By Zeev Suraski, Please register this module at: The registering information is only used for statistical purposes and will encourage further development of this module!
- MySQL logging module for Apache. By Zeev Suraski,
- Extra for
mod_auth_mysql
. This is a little tool that allows you to add/change user records storing group and/or password entries in MySQL tables. By Harry Brueckner, .
-
- Extra for
mod_auth_mysql
. This is a two-part system for use with mod_auth_mysql
.
- This module authenticates users via
pam
, using MySQL.
- Netscape Web Server API (NSAPI) functions to authenticate (BASIC) users against MySQL tables. By Yuan John Jiang.
- Patch for qmail to authenticate users from a MySQL table.
- An authentication module for the Cyrus IMAP server. By Aaron Newsome.
- Convert between `.dbf' files and MySQL tables. By Maarten Boekhold, , and Michael Widenius. This converter can't handle MEMO fields.
- Convert between FoxPro `.dbf' files and MySQL tables on Win32. By Alexander Eltsyn, or .
- Convert from
mysqldump
output to a C header file. By Harry Brueckner,
- 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 for latest version. By Pedro Freire, . Note: Doesn't work with Access2!
- 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!
- 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 for any updates. Created by Laurent Bossavit of NetDIVE. Note: Doesn't work with Access2!
- A C wrapper from
mSQL
to MySQL. By
- 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.
- Raw port of a SQL mode for XEmacs. Supports completion. Original by Peter D. Pezaris and partial MySQL port by David Axmark.
- MyAccess is an AddIn for Access 97 and handles a lot of maintanance work for MySQL databases. . By Hubertus Hiden.
- Patches for
radiusd
to make it support MySQL. By Wim Bonis,
- Monitor the MySQL daemon for possible lockups. By Yermo Lamers,
- Sends a query in a fixed time interval to the server and shows the resulting table. By Thomas Wana.
- Prints out the structure of the all tables in a database. By Thomas Wana.
- Prints the structure of every table in a database. By Thomas Wana.
- . A perl script to keep remote copies of a MySQL database in sync with a central master copy. By Mark Jeftovic.
- . MySQLTutor. A tutor of MySQL for beginners
- A COM library for MySQL by Alok Singh.
-
- Perl program that handles replication. By
- Perl program that uses reverse indexing to handle text searching. By Daniel Koch.
- Find reserved words in tables. By Nem W Schlecht.
- Performance handicapping system for yachts. Uses PHP. By
- Store
hylafax
outgoing faxes in a MySQL database. By Sinisa Milivojevic, .
- MySQL status plotting with MRTG, by Luuk de Boer, .
- Patches to add logging to MySQL for WU-ftpd. By Zeev Suraski,
- Previous versions of things found here that you probably won't be interested in.
阅读(1712) | 评论(0) | 转发(0) |