# Pastebin UJyhEJsS /code # mysql -h mysql -p bla Enter password: Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Welcome to the MariaDB monitor. Commands end with ; or \g. Your MySQL connection id is 13 Server version: 8.0.19 MySQL Community Server - GPL Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. MySQL [bla]> quit Bye /code # raku -MDB::MySQL -e 'say DB::MySQL.new(:host, :password, :database, :user).query("select * from ble").arrays;' Plugin caching_sha2_password could not be loaded: Error loading shared library lib/mariadb/plugin/caching_sha2_password.so: No such file or directory in method connect at /usr/local/share/perl6/site/sources/BE89865FDE4F84357883D27506D5B5CF8AE4AF41 (DB::MySQL) line 31 in method db at /usr/local/share/perl6/site/sources/A79D993708E8048217C956D0437DC98D02AF9B83 (DB) line 18 in method query at /usr/local/share/perl6/site/sources/A79D993708E8048217C956D0437DC98D02AF9B83 (DB) line 23 in block at -e line 1