Description:
Neither the startup wrapper script mysql.server nor mysqld_multi support status command. This command this command should be supported according to the LSB. It also would be better for support of RHEL CS and make it easier installable and useable for this HA solutions...
How to repeat:
> mysql.server status
Usage: ./mysql.server {start|stop|restart|reload} [ MySQL server options ]
> mysqld_multi status
...
Usage: mysqld_multi [OPTIONS] {start|stop|report} [GNR,GNR,GNR...]
or mysqld_multi [OPTIONS] {start|stop|report} [GNR-GNR,GNR,GNR-GNR,...]
...
Suggested fix:
enter a case status or add it to report
mysqladmin ping would help in a first step maybe it needs a more sophisticated script...
Description: Neither the startup wrapper script mysql.server nor mysqld_multi support status command. This command this command should be supported according to the LSB. It also would be better for support of RHEL CS and make it easier installable and useable for this HA solutions... How to repeat: > mysql.server status Usage: ./mysql.server {start|stop|restart|reload} [ MySQL server options ] > mysqld_multi status ... Usage: mysqld_multi [OPTIONS] {start|stop|report} [GNR,GNR,GNR...] or mysqld_multi [OPTIONS] {start|stop|report} [GNR-GNR,GNR,GNR-GNR,...] ... Suggested fix: enter a case status or add it to report mysqladmin ping would help in a first step maybe it needs a more sophisticated script...