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 480dbc5 commit 71f0765Copy full SHA for 71f0765
plugins/mysql/process-compose.yaml
@@ -2,7 +2,7 @@ version: "0.5"
2
3
processes:
4
mysql:
5
- command: "mysqld 2> $MYSQL_HOME/mysql.log & MYSQL_PID=$! && echo 'Starting mysqld... check mariadb_logs for details'"
+ command: "mysqld 2> $MYSQL_HOME/mysql.log & MYSQL_PID=$! && echo 'Starting mysqld... check mysql_logs for details'"
6
is_daemon: true
7
shutdown:
8
command: "mysqladmin -u root shutdown"
0 commit comments