Search
 
SCRIPT & CODE EXAMPLE
 

SQL

too many connections mysql

show variables like "max_connections";

+-----------------+-------+
| Variable_name   | Value |
+-----------------+-------+
| max_connections | 100   |
+-----------------+-------+

set global max_connections = 500;
Comment

PREVIOUS NEXT
Code Example
Sql :: database url postgres 
Sql :: sql add column 
Sql :: sql server get users 
Sql :: how to restart mysql in linux 
Sql :: sql server read uncommitted 
Sql :: sql drop procedure if exists 
Sql :: mysql search for column name in all tables 
Sql :: to date oracle with time 
Sql :: pl sql escape & 
Sql :: postgresql change column type 
Sql :: mysql copy table with new name 
Sql :: sql query to make a existing column auto increment 
Sql :: sql last row in table 
Sql :: how to set an already made tables auto increment in mysql 
Sql :: show all sequence in postgresql 
Sql :: how to group by month using sql server 
Sql :: mysql check table exists 
Sql :: restart mysql server ubuntu 
Sql :: best configuration for display table in sqlplus 
Sql :: psql view enum values 
Sql :: oracle to date 
Sql :: sql try catch 
Sql :: oracle drop chain step 
Sql :: sql like variable 
Sql :: select item.* as json mysql 
Sql :: sql print all names that start with a given letter 
Sql :: mysql id of inserted row 
Sql :: sql remove first character from string 
Sql :: scaffold npgsql net core 
Sql :: oracle sql truncate table 
ADD CONTENT
Topic
Content
Source link
Name
8+9 =