Details
Description
Error after update to 10.5.8 on CentOS-8:
DBD::mysql::st execute failed: Unknown MySQL error
|
By perl-DBI-1.641-3.module_el8.1.0+199+8f0a6bbd.x86_64:
$DBh = DBI->connect("DBI:mysql:$DBName:$DBHost:$DBPort", $DBUser, $DBPasswd, {"mysql_enable_utf8" => 1}); |
Restart of MariaDB service fixes the issue for a few minutes and it reappears.
Please investigate ASAP.
Now I see same update for my CentOS-7 servers and I'm afraid to install it.
Attachments
Issue Links
- relates to
-
MDEV-17832 Protocol: extensions for Pluggable types and JSON, GEOMETRY
-
- Closed
-
What does it execute when it fails and before that?
Please provide the exact set of commands you run. You can obfuscate the data if it's confidential, but we need to see both Perl commands and SQL statements.
What does the server error log say?