mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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:
parent
439ccd4aa3
commit
4f68532ee2
4 changed files with 15 additions and 15 deletions
|
@ -1,2 +1,2 @@
|
|||
#!/bin/bash
|
||||
exec mysqladmin ping --silent
|
||||
exec mariadb-admin ping --silent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue