mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 01:04:19 +01:00
11 lines
328 B
PHP
11 lines
328 B
PHP
#########################################
|
|
# Author: Serge Kozlov skozlov@mysql.com
|
|
# Date: 07/10/2006
|
|
# Purpose: Showing all databases started from "test_rpl"
|
|
# Requirements:
|
|
#########################################
|
|
|
|
SHOW DATABASES LIKE 'test_rpl%';
|
|
sync_slave_with_master;
|
|
SHOW DATABASES LIKE 'test_rpl%';
|
|
connection master;
|