charts
charts copied to clipboard
Mysql Error in SELECT 1, using Azure Mysql
Name and Version
bitnami/wordpress 23.1.9
What architecture are you using?
amd64
What steps will reproduce the bug?
I'm trying to update from chart 22.4.20 to chart version 23.1.9. No values/config changed.
I'm having crashloop in POD with error:
wordpress 13:06:23.39 DEBUG ==> Executing SQL command:
SELECT 1
/opt/bitnami/mysql/bin/mysql: Deprecated program name. It will be removed in a future release, use '/opt/bitnami/mysql/bin/mariadb' instead
ERROR 3159 (HY000): Connections using insecure transport are prohibited while --require_secure_transport=ON.
wordpress 13:07:18.88 ERROR ==> Could not connect to the database
Thanks in advance
Are you using any custom parameters or values?
wordpressExtraConfigContent: | define('MYSQL_CLIENT_FLAGS', MYSQLI_CLIENT_SSL);
Using externalDatabase config (Azure).
(No change from previous working version)
What is the expected behavior?
Startup works so wordpress POD can run
What do you see instead?
Crashloop as SELECT 1 fails, the setup of wordpress in the POD fails.
Additional information
No response