MySQL,PostgreSQL系统表(确认配置是否生效)

MySQL确认生效
登录mysql后执行“show variables like '%key_buffer%';”

PostgreSQL确认生效
登录postgresql后执行“select * from pg_settings where name='max_connections';”

原文地址:https://www.cnblogs.com/coffee_cn/p/1574860.html