mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
maria suite ok
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
--exec $MYSQLADMIN --no-defaults --default-character-set=latin1 -h $IPv6 -P $MASTER_MYPORT -u root ping
|
||||
--exec $MYSQLADMIN --default-character-set=latin1 -h $IPv6 -P $MASTER_MYPORT -u root ping
|
||||
--disable_result_log
|
||||
--exec $MYSQL_CHECK -h $IPv6 -P $MASTER_MYPORT -u root test
|
||||
--exec $MYSQL_DUMP -h $IPv6 -P $MASTER_MYPORT -u root test
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Initiates a clean shutdown of the server and waits for its completion
|
||||
|
||||
--exec $MYSQLADMIN --no-defaults -S $MASTER_MYSOCK -P $MASTER_MYPORT -u root --password= shutdown 2>&1;
|
||||
--exec $MYSQLADMIN -S $MASTER_MYSOCK -P $MASTER_MYPORT -u root --password= shutdown 2>&1;
|
||||
|
||||
# On Windows mysqladmin does not wait for shutdown to be finished,
|
||||
# so we have to monitor this with our connection:
|
||||
|
Reference in New Issue
Block a user