create database for perl

You are viewing an old version of this question. View the current version here.

Using mariaDB 10.6.11, using phpMyAdmin 4.9.7 created a db, perl connects. Using phpMyAdmin 4.9.11 to create db Perl does not connect. Why?

Answer Answered by Daniel Black in this comment.

phpMyAdmin doesn't facilitate a MariaDB connection for Perl. It does it own independent connection, just like perl would.

Please show the error generated by perl, and the Perl DB version that instigated the connection, and a basic perl connection code to reproduce this error.

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.