02 2021 档案

摘要:内部原理解析 https://dev.mysql.com/doc/internals/en/binary-log.html 官方论坛 https://forums.mysql.com/ 阅读全文
posted @ 2021-02-04 14:17 darkblue 阅读(42) 评论(0) 推荐(0) 编辑
摘要:0.创建表sql语句查询 mysql> show create table byzp_personinfo; CREATE TABLE `byzp_personinfo` ( `id` int(11) NOT NULL AUTO_INCREMENT, `username` varchar(32) N 阅读全文
posted @ 2021-02-04 14:11 darkblue 阅读(82) 评论(0) 推荐(0) 编辑
摘要:1、初始安装时.从日志中查找root默认密码 2.登录root,修改密码 alter user 'root'@'localhost' identified by '123'; alter user 'root'@'%' identified by '123'; 3.创建用户并授权 CREATE US 阅读全文
posted @ 2021-02-02 12:00 darkblue 阅读(48) 评论(0) 推荐(0) 编辑