DBD-mysql
DBD-mysql copied to clipboard
MySQL driver for the Perl5 Database Interface (DBI)
Hello, we execute tests over non-default socket to avoid collision with other tests which might be running. The test wipes out database name from connect string before running, but it...
First this need to be resolved: https://github.com/datacharmer/dbdeployer/issues/67
With the latest version of `DBD::mysql` one of my testcases is failing. The testcase is basically just doing this ``` $dbh->disconnect(); ok( ! $dbh->ping(), 'dbh is diconnected'); ``` We tracked...
Migrated from [rt.cpan.org#119904](https://rt.cpan.org/Ticket/Display.html?id=119904) (status was 'open') Requestors: * [email protected] Attachments: * [test_integer.pl](https://rt.cpan.org/Ticket/Attachment/1699277/912570/test_integer.pl) From [email protected] on 2017-01-18 16:01:05: ``` While trying to convert results into JSON data, I noticed that integer...
Anyone had success install into macOS 10.13.x High Sierra? I've tried using home-brew, cpan but always various errors. I'm now manually installing and getting an error during the final link:...
Shebang has only a meaning for an executable script. DBD::mysql Perl module is not an executable script that someone would run as an standalone program. Morover, the file would have...
Problems: * MySQL 8.0 doesn't work with TLS by default if not new plugin transmits password clear text Either use TLS Request public key of the server (not enable by...
it would be great if the mysql_read_default_file option actually checks if there is a file existing in that location, and throw the appropriate error. Its a dumb mistake not to...
Please return #define SECURE_AUTH_LAST_VERSION 50704 to dbdimp.h removed by d6a114ce157e197ab266360c6faf4dcc2ef9f7c3, probably by an accident. And please change undefined LIBMYSQL_VERSION_ID to MYSQL_VERSION_ID added to dbdimp.c by 7bc0de70aa1e6a3e16fdfe8c83e6c704b5431aa1. If you like, you...
I'm building the DBD-mysql 4.50 in cross compile env, but encounters below configure error: | I will use the following settings for compiling and testing: | | cflags (mysql_config) =...