MySQL语法总结

MySQL用户管理 首先登陆到MySQLmysql -u root -p 建立用户 mysql> create user 'class'@'%'identified by 'class'; Query OK, 0 rows affected (0.00 sec) mysql> grant all on *.* to 'class'@'%'; Query OK, 0 rows affected (
相关文章
相关标签/搜索