change default maximum runtime mariadb from phpmyadmin code example
Example: 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;