[debian-mysql] dbconfig autopkgtests fail: Plugin caching_sha2_password could not be loaded: /usr/lib/aarch64-linux-gnu/mariadb19/plugin/caching_sha2_password.so

Paul Gevers elbrus at debian.org
Mon Aug 31 21:08:08 BST 2020


Hi Otto,

On 30-08-2020 19:57, Otto Kekäläinen wrote:
> Paul: Not directly related to this, but please note that there also
> exists libdbd-mariadb-perl and it can be used like this:
> 
> $ apt install libdbd-mariadb-perl
> $ cat test.pl
> #!/usr/bin/perl
> use DBI;
> my $dbh = DBI->connect("DBI:MariaDB:database=testdatabase;host=localhost",
> "testuser", "testpassword");
> 
> libdbd-mariadb-perl is maintained in Debian by Xavier Guimard. I am
> not sure how exactly it differs from MySQL, but if you have Perl
> stuff, you might want to consider switching to it.

Thanks for the heads up. I only use it in the autopkgtest for
dbconfig-common, so I will probably *add* a tests with the
libdbd-mariadb-perl dependency. Looking at the code, I only need to
change "mysql" to "MariaDB".

That said, it may very well be that other packages that use
dbconfig-common are doing exactly what the examples in the
dbconfig-common package are teaching.

Paul

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://alioth-lists.debian.net/pipermail/pkg-mysql-maint/attachments/20200831/db934503/attachment.sig>


More information about the pkg-mysql-maint mailing list