Mysql driver supports MySQL - very powerful but mostly free SQL engine. MySQL is developed at TCX AB, Sweden and it's home page is http://www.mysql.com/.
This driver is based on 3.21 branch of MySQL and will not work with 3.20.* versions (because of TCP port change at least).
Mysql driver accepts folowing options:
A reference to internal MySQL database name.
A host (FQDN or IP address) on which the server reside. By default `localhost' is used.
A password used when connecting to engine and selecting database (no default).
A user name passed to database when connecting and selecting database (no default).
MySQL driver is written by Andrew Maltsev ( am@amsoft.ru).
Last modified at March 19, 1998.