Skip to content

Commit 387c027

Browse files
committed
Use newer binaries for mariadb
1 parent 015588c commit 387c027

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/mariadb/process-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ version: "0.5"
22

33
processes:
44
mariadb:
5-
command: "echo 'Starting mysqld... check mariadb_logs for details'; mysqld --log-error=$MYSQL_HOME/mysql.log"
5+
command: "echo 'Starting mysqld... check mariadb_logs for details'; mariadbd --log-error=$MYSQL_HOME/mysql.log"
66
is_daemon: false
77
shutdown:
8-
command: "mysqladmin -u root shutdown"
8+
command: "mariadb-admin -u root shutdown"
99
availability:
1010
restart: "always"
1111
mariadb_logs:

0 commit comments

Comments
 (0)