mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
2238ef2b62
into pilot.(none):/data/msvensson/mysql/mysql-5.1-new-maint
11 lines
353 B
Text
11 lines
353 B
Text
stop slave;
|
|
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
|
|
reset master;
|
|
reset slave;
|
|
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
|
|
start slave;
|
|
SHOW SLAVE STATUS;
|
|
load table t1 from master;
|
|
ERROR 08S01: Error connecting to master: Master is not configured
|
|
load table t1 from master;
|
|
ERROR HY000: Error from master: 'Table 'test.t1' doesn't exist'
|