pali
                                            pali
                                        
                                    What is the exact version of mysql client version and mysql server version? Can you run `DBI->trace(0xFFFFFFFF)` prior to calling `DBI->connect` and provide output again? It could contain verbose trace...
If you have not used pre-compiled DBD::MariaDB, then in build log of DBD::MariaDB you should see path to either `mariadb_config` or `mysql_config` binary. If you call that binary it prints...
Thanks for details, important parts are: server version: 5.1.73 client version: 8.0.17 connection error code: 1043 Seems that it is truth that in default configuration of MySQL 8.0.17 client does...
Here is an update for this issue. I wrote details to comment: https://github.com/perl5-dbi/DBD-MariaDB/issues/156#issuecomment-1646844330 This is bug in the MySQL 8.x client library and the external library needs to be fixed....
Hello @Tux! What is the purpose to abuse DBI API, which has standard defined way how to specify username and password, and add a new way to specify username and...
Hm... Looks like this is something which could be implemented in DBI layer, not re-implemented in every one DBI driver. Could you open request directly in DBI project about it?
Hello @Tux! I'm thinking about closing this issue as duplicate / forwarded to DBI issue https://github.com/perl5-dbi/dbi/issues/87
This error means that you have compiled or installed DBD::MariaDB module incorrectly or process is incomplete. Please look into the installing documentation guide.
Unconditionally overwriting signal handlers in external libraries (like in MariaDB C Connector) is really bad thing and obviously cause issues. I did not know that MariaDB C Connector is doing...
As there is no response from MariaDB bug tracker for more than year, I prepared a simple workaround for this issue in pull request https://github.com/perl5-dbi/DBD-MariaDB/pull/196 @bugfood Please look at it.