mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
7 lines
136 B
Text
7 lines
136 B
Text
connect con1,localhost,root,,;
|
|
connection default;
|
|
kill query id;
|
|
connection con1;
|
|
select count(*) > 0 from mysql.user;
|
|
count(*) > 0
|
|
1
|