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

Migrated from [rt.cpan.org#68119](https://rt.cpan.org/Ticket/Display.html?id=68119) (status was 'new') Requestors: * [email protected] From [email protected] on 2011-05-11 15:07:33: ``` Hi guys, I've been using DBD::mysql recently and have come across an (as far as...

Migrated from [rt.cpan.org#48158](https://rt.cpan.org/Ticket/Display.html?id=48158) (status was 'new') Requestors: * [email protected] From [email protected] on 2009-07-24 11:46:14: ``` if i use stored procedures in a select statement, $sth->rows() reports a result set of...

Migrated from [rt.cpan.org#17151](https://rt.cpan.org/Ticket/Display.html?id=17151) (status was 'new') Requestors: * [email protected] From on 2006-01-19 10:53:57: ``` To clear CachedKids on auto-reconnect: SvREFCNT_dec(DBIc_CACHED_KIDS(imp_dbh)); DBIc_CACHED_KIDS(imp_dbh) = Nullhv; The docs also need to explain that...

Hi, why when i select integer value from mysql table i got a string. for example select id from table => id = "33"; i need int, not string. before...

Resolves this error: `You have an error in your SQL syntax` Fixes #439

### DBD::mysql version 5.008 ### MySQL client version 8.4.2 ### Server version 5.7.32 ### Operating system version Rocky Linux 8 ### What happened? ```perl $dbh->column_info(undef, undef, 'report', undef); ``` ```shell...

bug

See #464 Note that this introduces a pthreads dependency; I don't know if this requires further changes to `Makefile.PL`.

### DBD::mysql version 4.050 ### MySQL client version 8.0.41 ### Server version 8.0.41-0ubuntu0.22.04.1 ### Operating system version Ubuntu 22.04.5 LTS ### What happened? Our server hosts a somewhat popular website....

bug
patch

### DBD::mysql version 5.010 ### MySQL client version _No response_ ### Server version Windows server 2022 ### Operating system version Server 2022 ### What happened? Trying to create a mysql...

bug
Windows