Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.1.8
-
Debian 8 "Jessie"
-
10.1.9-2
Description
$ apt-get install mariadb-server mariadb-client#
|
$ echo "max_connections=3000" >> /etc/mysql/conf.d/mariadb.cnf
|
$ systemctl restart mysqld
|
$ mysql
|
Welcome to the MariaDB monitor. Commands end with ; or \g.
|
Your MariaDB connection id is 3
|
Server version: 10.1.8-MariaDB-1~jessie mariadb.org binary distribution
|
|
Copyright (c) 2000, 2015, Oracle, MariaDB Corporation Ab and others.
|
|
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
|
|
MariaDB [(none)]> select @@max_connections\G
|
@@max_connections: 214
|
1 row in set (0.00 sec)
|
Attachments
Issue Links
- relates to
-
MDEV-9095 [PATCH] systemd capability for --memlock
- Closed
- links to