.Tang

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2017年12月21日

摘要: -- 查看有哪些用户 host: % 代表任意地址都可以登录 host: localhost 代表仅本地可以连接select host,user from mysql.user;-- 建库 create database test charset utf8;-- 刷新flush privileges-- 赋权grant all on *.* to 'admin'@'%'; 将数据库的权限赋给a... 阅读全文
posted @ 2017-12-21 18:30 .Tang 阅读(183) 评论(0) 推荐(0) 编辑