给自己用的SQL

show full processlist

show variables like '%max_connections%'

show global status like 'Max_used_connections'

show global variables like 'wait_timeout'

set global wait_timeout=10


alter table blog_info modify pk_blog int auto_increment --主键自增设置

猜你喜欢

转载自www.cnblogs.com/coder-wdq/p/8985304.html
今日推荐