MySQL is a very fast, multi-threaded, multi-user and robust SQL (Structured Query Language) database server.
WWW: http://www.mysql.com/
Alex Dupre sysadmin@alexdupre.com
Programs to convert .dbf files to MySQL tables and vice versa
dbf2mysql: converts a .dbf to a MySQL table
mysql2dbf: converts a MySQL table to a .dbf
file
Chris D. Faulhaber [jedgar@FreeBSD.org]
libfireprofile is a library to help profiling where programs using MySQL are spending their time. It intercepts MySQL queries and provides EXPLAIN data about each query, as well as total time spent on each query.
WWW: http://ares.penguinhosting.net/~ian/
Dean dean@odyssey.apana.org.au
gmysql is a program that allows the user to connect to a MySQL database and modify its design in the following ways:
WWW: http://www.loth.demon.co.uk/people/steved/projects/gmysql/
GtkSQL is a graphical query tool for PostgreSQL/MySQL. You can work on multiple queries simultaneously:
WWW: http://membres.lycos.fr/bbrox/GtkSQL/
This add-on module allows the apache web server to use a MySQL database for logging of all operations.
WWW: http://www.grubbybaby.com/mod_log_mysql/
MyDNS is a free DNS server for UNIX implemented from scratch and designed to utilize the MySQL database for data storage. Its primary objectives are stability, security, interoperability, and speed, though not necessarily in that order.
MyDNS does not include recursive name service, nor a resolver library. It is primarily designed for organizations with many zones and/or resource records who desire the ability to perform real-time dynamic updates on their DNS data via MySQL.
WWW: http://mydns.bboy.net/
Simon Dick simond@irrelevant.org
MyODBC is an ODBC driver for interfacing to MySQL databases.
WWW: http://www.mysql.com/
Erik H. Bakke
Mysql++ is a complex C++ API for Mysql (And other SQL Databases Soon). The goal of this API is too make working with Queries as easy as working with other STL Containers.
WWW: http://www.mysql.com/download_mysql++.html
These cgi scripts in Perl enable you to edit the contents of Mysql databases. They don't support editing of the entire database structure.
WWW: http://www.binaryevolution.com/~tdarugar/
A graphical SQL client for MySQL.
WWW: http://www.mysql.com/downloads/gui-mysqlgui.html
This is a port of the mm JDBC driver which is used to access MySQL databases using a database-independant API in Java.
WWW: http://www.worldserver.com/mm.mysql/
dglo@ssec.wisc.edu
MySQL Navigator is for MySQL database server administrators. You can enter query, get result set, edit script, run script, user add, user drop, user alter, get client & server infomation with MySQL Navigator.
WWW: http://sql.kldp.org/mysql/
MySQL is a very fast, multi-threaded, multi-user and robust SQL (Structured Query Language) database server.
WWW: http://www.mysql.com/
Alex Dupre sysadmin@alexdupre.com
The perl script mysql2pgsql can be used to convert MySQL database dumps to a -compatible format (so the data can be imported into PostgreSQL). This can be useful if you are switching from MySQL to PostgreSQL and you have quite a bit of data in your MySQL databases.
WWW: http://www.rot13.org/~dpavlin/projects.html
Pete petef@databits.net
MySQLMan is a web based database manager. It allows you to perform common maintenance and administration tasks in Mysql. MySQLMan was based off of PHPmyadmin, but written in Perl. It allows you to do common tasks like:
WWW: http://www.gossamer-threads.com/scripts/mysqlman/index.htm
From the package man-page:
This port makes use of some of the Tcl-8.x niceties, but more on that front can be done.
mytop is a non-gui tool for monitoring the threads and overall performance of MySQL 3.22.x and 3.23.x servers. It runs on most Unix systems which have Perl, DBI, and Term::ReadKey installed. And with Term::ANSIColor installed you even get color.
WWW: http://jeremy.zawodny.com/mysql/mytop/
DBD::mysql is the Perl5 Database Interface driver for the MySQL database. In other words: DBD::mysql is an interface between the Perl programming language and the MySQL programming API that comes with the MySQL relational database management system. Most functions provided by this programming API are supported. Some rarely used functions are missing, mainly because noone ever requested them.
WWW: http://search.cpan.org/dist/DBD-mysql/
Sergey Skvortsov skv@FreeBSD.org
Mysql.pm and DBD::mysql implement two different approaches to communicate with an MySQL server. DBD::mysql is built upon the DBI, the generic Perl Database Interface. It brings you an identical interface to a broad variety of databases and is in this regard comparable to ODBC.
The advantage of the DBI approach is portability and interoperability. Msql.pm is the elder species. It was written before DBI was available but it was inspired by an early draft of the DBI specification. As it has been circulating longer it is more mature and pretty stable. It's also more complete than DBD::mysql.
Some day in the future DBD::mysql will probably be the clearly superior competitor in this package. Today you have to decide on your own about the trade-offs.
WWW: http://www.symbolstone.org/technology/perl/DBI/
This is a PAM module for authenticating with MySQL.
WWW: http://sourceforge.net/projects/pam-mysql/
phpMyAdmin is intended to handle the adminstration of MySQL over the web. Currently it can:
WWW: http://phpwizard.net/projects/phpMyAdmin/
You can easily access a MySQL database through the Python MySQL module. Before using the Python MySQL functions, the module must be imported with "import MySQL".
This is the MySQL driver for DBI-for-Ruby.
WWW: http://www.ruby-projects.org/dbi/
Author: Rainer Perl [rainer.perl@sprytech.com]
This is a Ruby module for accessing MySQL databases, which has the same functions as C API.
WWW: http://www.tmtm.org/en/mysql/ruby/
Author: TOMITA Masahiro [tommy@tmtm.org]
The sql package adds the command sql to tcl. The author's intention is to build generic database interface for TCL, but currently he only supports MySQL.
WWW: http://sourceforge.net/projects/tcl-sql/
XmySQL is a front end to the MySQL database engine. It allows for simple queries and table maintenance, as well as batch queries.
WWW: http://web.wt.net/~dblhack/
XmysqlAdmin is a front end to the MySQL database engine. It allows reloads, status check, process control, isamcheck and grant/revoke privileges.
Gilbert Therrien gilbert@ican.net
PS: You can write to me in french or english.
ZMySQLDA is a database adapter which allows the Zope web application development framework to interact with MySQL databases.
WWW: http://www.zope.org/Members/adustman/Products/ZMySQLDA
Author: Andy Dustman [andy@dustman.net]
Johann Visagie [wjv@FreeBSD.org]
All content on this site is Copyright 2001
- 2003 by Bill Nicholls
All Rights Reserved