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
相關文章
相關標籤/搜索