chore(mariadb): fix mysql deprecation warnings by using mariadb commands

Mariadb has scheduled to remove the deprecated mysql drop-in interface.
Let's adapt which also removes a lot of warnings while spinning up the
service.
This commit is contained in:
Levente Polyak 2024-08-19 15:22:20 +02:00
parent 439ccd4aa3
commit 4f68532ee2
No known key found for this signature in database
GPG key ID: FC1B547C8D8172C8
4 changed files with 15 additions and 15 deletions

View file

@ -1,2 +1,2 @@
#!/bin/bash
exec mysqladmin ping --silent
exec mariadb-admin ping --silent