DBD::mysql: Support for MySQL 4 and SSL
[email protected] ("Wiedmann, Jochen")
| Newsgroups | perl.dbi.announce |
|---|---|
| Message-ID | <[email protected]> |
Hi,
I'd like to announce the release of DBD::mysql 2.1002
with the following new features:
- Support for MySQL 4
- Support for SSL connections by using the flag
mysql_ssl=1
in the DBI DSN.
- Quoting is now done by using mysql_real_escape_string.
Effectively this means that now different character
sets are supported on the server side.
Yours,
Jochen