12 lines
356 B
Plaintext
12 lines
356 B
Plaintext
select 'Ok, the server started' as result;
|
|
result
|
|
Ok, the server started
|
|
select @@SQL_MODE;
|
|
@@SQL_MODE
|
|
REAL_AS_FLOAT,PIPES_AS_CONCAT,ANSI_QUOTES,IGNORE_SPACE,ONLY_FULL_GROUP_BY,ANSI
|
|
select @@log_warnings;
|
|
@@log_warnings
|
|
2
|
|
Warnings:
|
|
Warning 1287 '@@log_warnings' is deprecated and will be removed in a future release. Please use log_error_verbosity instead
|