![]() |
|
Many users of MySQL have contributed very useful support tools and add-ons.
A list of what is available at http://www.mysql.com/Downloads/Contrib/ (or any mirror) is shown here.
Please visit our Software Portal at http://www.mysql.com/portal/software/. The community facilities there also allow for your input!
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 2.7 Perl Installation Comments.
Note: The programs listed here can be freely downloaded and used. They are copyrighted by their respective owners. Please see individual product documentation for more details on licensing and terms. MySQL AB assumes no liability for the correctness of the information in this chapter or for the proper operation of the programs listed herein.
Data-Dumper
module. Useful with DBI
/DBD
support for
older Perl installations.
DBI
module.
DBD
module to access mSQL and MySQL databases.
Data-ShowTable
module. Useful with DBI
/DBD
support.
Open Source
.
It claims to be faster than the mm driver, but we haven't received that much
information about this yet.
libmysql.dll
, by [email protected].
TmySQL
, a library to use MySQL with Delphi.
guile
that allows guile
to interact with SQL
databases. By Hal Roberts.
mydsn.dll
. mydsn should be used to build
and remove the DSN registry file for the MyODBC driver in Coldfusion
applications. By Miguel Angel Solórzano.
PROCEDURE
that can be loaded runtime.
DBI
1.06.
BLOB
/TEXT
columns by Daniel Koch.
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, [email protected].
mod_auth_mysql
. This is a two-part system for use with
mod_auth_mysql
.
pam
, using MySQL.
mysqldump
output to a C header file. By Harry Brueckner,
[email protected].
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/exportsql/ for the latest version. By
Pedro Freire, [email protected]. Note: Doesn't work with
Access2!
exportsql
. By Brian Andrews.
Note: Doesn't work with Access2!
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 synchronise 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!
mSQL
to MySQL. By [email protected]
mysqldump
and pipe it to
the sqlconv.pl
script. 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 (that is - fields in different order, etc.).
By Steve Shreeve.
radiusd
to make it support MySQL. By Wim Bonis,
[email protected].
hylafax
outgoing faxes in a MySQL database. By Sinisa
Milivojevic, [email protected].
Go to the first, previous, next, last section, table of contents.