MariaDB Cloud Stored Procedures
change_external_primary
CALL sky.change_external_primary(
host VARCHAR(255),
port INT,
logfile TEXT,
logpos LONG ,
use_ssl_encryption BOOLEAN
);
-- Run_this_grant_on_your_external_primary |
GRANT REPLICATION SLAVE ON *.* TO 'skysql_replication'@'%' IDENTIFIED BY '<password_hash>'; |
change_connect_retry
CALL change_connect_retry(connect_retry INT);change_external_primary_gtid
change_heartbeat_period
change_replica_delay
change_use_ssl_encryption
gtid_status
kill_session
replication_grants
replication_status
reset_replication
set_master_ssl
skip_repl_error
start_replication
start_replication_until
start_replication_until_gtid
stop_replication
Last updated
Was this helpful?

