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

I am on macOS 10.15.3, perlbrew with perl version 5.30. I first installed mysql from https://dev.mysql.com/downloads/mysql/ Downloaded disk image file: mysql-8.0.19-macos10.15-x84_64.dmg After the installation I added to my `~/.zshrc` ```...

Migrated from [rt.cpan.org#90303](https://rt.cpan.org/Ticket/Display.html?id=90303) (status was 'new') Requestors: * [email protected] From [email protected] on 2013-11-12 15:49:46: ``` Hello. When I install DBD::mysql I get such problem: # Failed test 'use DBD::mysql;' #...

documentation

Hello I'm having problems with the DBD::mysql module It is installed and PERL does not recognize it. root@bsd:~ # freebsd-version 13.0-RELEASE root@bsd:~ # perl -MDBD::mysql -el Can't locate loadable object...

dbd_st_finish() calls mysql_db_async_result() without checking its return value. mysql_db_async_result() can fail and it that case dbd_st_finish() should also signal an error.

prepared statements
async

Hi, I'm getting below error while installing the DBD::mysql on Linux server.I downloaded the tar.gz file from cpan website from the extracted folder i'm giving perl Makefile.PL perl Makefile.PL Can't...

Fix for #331 --- now can have arbitrary whitespace either side of ; or =.

Not sure if this is a DBI or DBD::mysql issue. A DSN like "dbi:mysql:$database; host=$hostname" will silently ignore the host= clause and connect to localhost. This is bad juju: one...

bug

See https://dev.mysql.com/doc/mysql-errors/8.0/en/server-error-reference.html#error_er_client_interaction_timeout The test expects error code 2006 or 2013, both of which are generated by the client library. Since 8.0.24, we receive the error code 4031, `ER_CLIENT_INTERACTION_TIMEOUT`, which is...

The 05dbcreate.t test tries to connect to database without a database name specified. It does this by taking the DSN being used and removing the database name. The problem was...

Due to the way MySQL 5 supports `information_schema`, the SQL statement used for `foreign_key_info` requires a full scan of all databases. This can break servers in environments with a large...