mysql
post_mans
为技术而生
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
有关Mysql超级用户root远程登录
root用户允许远程登录不限制IP root目前只有本地localhost可以登录 mysql> select user,host,authentication_string from user where user='root'; +------+-----------+-------------------------------------------+ | user | host | authentication_string | +-----原创 2020-11-20 12:26:06 · 431 阅读 · 0 评论 -
Mysql的binlog日志使用记录详解
Mysqlbinlog mysqlbinlog工具查看二进制日志内容 开启binlog日志 通过修改my.ini配置文件,在[mysqld] 下面添加 log-bin=日志名称: ######################################################### [mysqld] # The TCP/IP Port the MySQL Server wi...原创 2020-04-02 17:29:14 · 1529 阅读 · 0 评论
分享