Skip to content

Conversation

@stankevich
Copy link
Contributor

In #700 / 4d35938, I added --skip-ssl-verify-server-cert to the mysql alias. Sadly, this broke tests on Oracle MySQL Client as it doesn't support this flag. Tests running in Buildkite are using MariaDB Client, so they are fine.

Additionally, MariaDB Client complains if it isn't invoked using mariadb:

mysql: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb' instead

This change addresses both issues.

`--skip-ssl-verify-server-cert` is only available in MariaDB client.
Also, MariaDB client complains when invoked using `mysql` and not
`mariadb`. Fixing.

Signed-off-by: Sergey Stankevich <[email protected]>
@frouioui frouioui merged commit 98e838c into planetscale:main Jun 17, 2025
12 checks passed
@stankevich stankevich deleted the fix-mysql-alias branch June 17, 2025 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants