mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
2ccf247e93
* rename all debugging related command-line options and variables to start from "debug-", and made them all OFF by default. * replace "MySQL" with "MariaDB" in error messages * "Cast ... converted ... integer to it's ... complement" is now a note, not a warning * @@query_cache_strip_comments now has a session scope, not global.
2 lines
157 B
Text
2 lines
157 B
Text
set global max_user_connections=100;
|
|
ERROR HY000: The MariaDB server is running with the --max-user-connections=0 option so it cannot execute this statement
|