MySQL常用基础知识

1.赋予用户权限   grant all privileges on . to ‘用户名’@’%’ with grant option; 2.查看最大连接数配置   show variables like ‘%max_connections%’; 3.查看已用连接数   show global status like ‘Max_used_connections’; 4.查看mysql版本   se
相关文章
相关标签/搜索