mariadb-waitpid & mysql_waitpid for MariaDB Enterprise Server 10.6
This page is part of MariaDB's Documentation.
The parent of this page is: Command-Line Interfaces for MariaDB Enterprise Server 10.6
Topics on this page:
Overview
The mariadb-waitpid
utility signals a process to terminate and waits for the process to exit. It is only usable on Unix and Unix-like systems, as it uses the kill()
system call and Unix signals.
MariaDB Enterprise Server 10.6 also provides a symbolic link to the utility's legacy name (mysql_waitpid
).
mariadb-waitpid Options for MariaDB Enterprise Server 10.6
Option | Description |
---|---|
Display this help and exit. | |
Be more verbose. Give a warning, if kill can't handle signal 0. | |
Print version information and exit. |
To see options supported in other versions, see "mariadb-waitpid & mysql_