Search
 
SCRIPT & CODE EXAMPLE
 

SQL

change default maximum runtime mariadb from phpmyadmin

#Display value of max_connections
show variables like "max_connections";
Variable_name   | Value
----------------------
max_connections | 120
#Change Value
set global max_connections = 60000;
Comment

PREVIOUS NEXT
Code Example
Sql :: oracle aleter trigger ora-01031 
Sql :: postgresql random number 
Sql :: insert all or first in oracle sql 
Sql :: how to start mysql in terminal 
Sql :: oracle kill job by sid 
Sql :: postgres truncate with cascade 
Sql :: mysql reset auto increment 
Sql :: oracle check numeric 
Sql :: postgresql create table with timestamp 
Sql :: DUPLICATE column values 
Sql :: mysql drop column 
Sql :: mysqldump csv 
Sql :: mssql get all table names 
Sql :: oracle split string 
Sql :: oracle current timestamp insert statement 
Sql :: inner join just one row 
Sql :: mysql tinyint max value 
Sql :: mysql order by desc limit 
Sql :: v$session not found in oracle 
Sql :: select statement to print longest name 
Sql :: mysql update inner 
Sql :: remove transient options sql wordpress 
Sql :: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client 
Sql :: backup ms sql database table data to file 
Sql :: update row in mysql 
Sql :: sql delete multiple conditions 
Sql :: get date from timestamp in mysql 
Sql :: How to reset forgotten postgresql password 
Sql :: psql show columns of table 
Sql :: sql create table primary key autoincrement 
ADD CONTENT
Topic
Content
Source link
Name
2+1 =