mysql部署手册

----Linux版

参考:https://www.cnblogs.com/fushiyi/articles/15956398.html
下载:百度云盘/常用下载/mysql/linux/mysql-5.7.11/xxx
搭建:https://www.cnblogs.com/fushiyi/articles/15956398.html

---windows版
0.参考:https://dev.mysql.com/doc/refman/8.0/en/windows-start-service.html
1.下载:UC云盘/11 大文件备份/mysql-installer-community-8.0.23.0.msi
2.启动:cmd & services.msc & 启动mysql (参考:https://blog.csdn.net/weixin_62870380/article/details/132667167)
3.配置
3.1 查询并开启 binlog (参考:https://blog.51cto.com/u_16213300/7037556)
3.2 查询:SHOW VARIABLES LIKE 'log_bin';

---yum源部署
参考EMR部署手册:https://gitee.com/fubob/personal-data-platform -- EMR部署手册.pdf

---mysql常见问题
linux mysql忘记密码解决方案:https://zhuanlan.zhihu.com/p/511394314?utm_id=0

posted @ 2024-01-04 09:31  付十一。  阅读(8)  评论(0)    收藏  举报