DBD-mysql icon indicating copy to clipboard operation
DBD-mysql copied to clipboard

MySQL driver for the Perl5 Database Interface (DBI)

Results 123 DBD-mysql issues
Sort by recently updated
recently updated
newest added
trafficstars

Starting with MariaDB 10.6.2+ the format for mysql_get_client_version* changed to report the version of the client library as opposed to the main MariaDB release: ```c $ cat test.c #include #include...

Getting the tarball from CPAN (4.050) DBD::MySQL appears to require libcrypto and libnsl. Can I get them from anywhere or use different flags? brew thinks libnsl is linux only and...

Makefile.PL prompts the user to `grant all privileges on test.* to '$user'\@'localhost' identified by 's3kr1t'` but this no longer works in MySQL 8. You need to issue two commands, one...

I don't have a new enough MySQL handy, but in a bug report for Mojo::mysql it was indicated with a test case that when selecting from a JSON type column,...

bug
utf8

Ticket for adding X-protocol support * libmysql? * where handled, and where in the driver to implement?

enhancement

http://www.cpantesters.org/cpan/report/16a30d94-22ba-11e9-b2ea-9ec3a8a2fe4a Might be a good opportunity to look at #120

bsd

http://code.activestate.com/ppm/DBD-mysql/

We have the following bug reported to the Debian package of DBD-mysql, c.f. https://bugs.debian.org/923541 It doesn't seem to be a bug in the packaging, so you may want to take...

bug

Am I overlooking something that allows me to disable CA verification? If not, there should be an option to do so. Like mysql's own tools server verification is not enabled...

I am trying to install on macOS 12.0.1 Monterey, Apple M1 chip. First I downloaded community version 8.0.26 of MySQL from https://dev.mysql.com/downloads/mysql/ After installing by running the downloaded .dmg file,...