mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
8 lines
243 B
Text
8 lines
243 B
Text
create table t1 as select * from mysql.user;
|
|
truncate table mysql.user;
|
|
flush privileges;
|
|
connect(localhost,u1,,test,MASTER_PORT,MASTER_SOCKET);
|
|
Got one of the listed errors
|
|
insert mysql.user select * from t1;
|
|
drop table t1;
|
|
flush privileges;
|