We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 015588c commit 387c027Copy full SHA for 387c027
plugins/mariadb/process-compose.yaml
@@ -2,10 +2,10 @@ version: "0.5"
2
3
processes:
4
mariadb:
5
- command: "echo 'Starting mysqld... check mariadb_logs for details'; mysqld --log-error=$MYSQL_HOME/mysql.log"
+ command: "echo 'Starting mysqld... check mariadb_logs for details'; mariadbd --log-error=$MYSQL_HOME/mysql.log"
6
is_daemon: false
7
shutdown:
8
- command: "mysqladmin -u root shutdown"
+ command: "mariadb-admin -u root shutdown"
9
availability:
10
restart: "always"
11
mariadb_logs:
0 commit comments