mirror of
https://github.com/MariaDB/server.git
synced 2025-04-05 06:45:33 +02:00
9 lines
108 B
Text
9 lines
108 B
Text
connect con1,localhost,root,,,,,SSL;
|
|
SET @@net_read_timeout=1;
|
|
SELECT 1;
|
|
1
|
|
1
|
|
SELECT 1;
|
|
1
|
|
1
|
|
disconnect con1;
|