mirror of
https://github.com/MariaDB/server.git
synced 2025-07-05 12:42:17 +03:00
10 lines
108 B
Plaintext
10 lines
108 B
Plaintext
connect con1,localhost,root,,,,,SSL;
|
|
SET @@net_read_timeout=1;
|
|
SELECT 1;
|
|
1
|
|
1
|
|
SELECT 1;
|
|
1
|
|
1
|
|
disconnect con1;
|