MySQL常用操作

MySQL常用操作 授权超级用户: grant all privileges on *.* to 'tangnanbing'@'%' identified by '[email protected]' with grant option; 查看库: show databases; 查看都有哪些库  show databases; 查看某个库的表 use db; show tables \G;  查
相关文章
相关标签/搜索