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've got a new Centos 8 install, with Perl 5.30.1 and I think DBD::mysql 4.050 connecting via DBI. I am trying to connect to some old servers that are running...

#288 fixes a problem in which SQL involving columns whose names end in `limit` cannot be generated successfully. However, this fix caused SQL containing columns starting with `limit` to fail...

Just removed the exec permission for everyone since the test files don't require that.

Connecting with my _$dbh = DBI->connect( "DBI:mysql:$dbname:host=$hostname","$username", "$password", ....._ results in install_driver(mysql) failed: Can't load 'c:/Strawberry/perl/vendor/lib/auto/DBD/mysql/mysql.xs.dll' for module DBD::mysql: load_file: The module not found at c:/Strawberry/perl/lib/DynaLoader.pm line 193. Solution suggested...

Windows

Hi there, trying to install [software](https://www.ensembl.org/info/docs/tools/vep/script/vep_download.html) that needs DBD-mysql on MacOs 10.15.7. At first I got the problem that libmysqlclient.18.dylib couldn't be found, but sorted this out by making a...

For mysql_get_client_version(), MariaDB 10.6.2+ reports the version of the mariadb-connector-c library rather than the server version: https://jira.mariadb.org/browse/CONC-509 The mariadb-connector-c library versioning does not track the versioning of the main MariaDB...

Hi, can you please tag a new version, 4.050 need important fixes added in master long time ago like: type conversions (all distrib add this as en external patch) and...

> ChopBlanks > this attribute determines whether a fetchrow will chop preceding and trailing blanks off the column values. Chopping blanks does not have impact on the max_length attribute. If...

perl v5.36.0 on amd64 built from sources for request-tracker debian 11 bullseye DBD-mysql-4.050 Return of issue #275 ? ``` DBD-mysql-4.050 # make test "/opt/rt5/perl-5.36.0/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- mysql.bs blib/arch/auto/DBD/mysql/mysql.bs...

The value of `mysql_get_client_version()` is available via `$dbh->{clientversion}`, but it would be nicer if we can get the client library version without DB connections; For example, one would like to...