cnblogUn
一天很短,短得来不及拥抱清晨,就已经手握黄昏

随笔分类 -  mysql

mysql数据备份脚本
摘要:背景 因为深受上次被黑客删库事件带来的担忧,今天部署好博客后,感觉对数据库做了备份,脚本同样来自网上博客。 用shell写一个mysql数据备份脚本 #!/bin/sh # Database info DB_USER="dumper" DB_PASS="..." DB_HOST="..." # Da 阅读全文
posted @ 2022-04-14 17:45 cnblogUn 阅读(151) 评论(0) 推荐(0)
redhat安装mysql8.0
摘要:redhat 安装mysql 8.0 * 看mysql官方文档 * 安装epel源 * 安装mysql源 参考文章 redhat7通过yum安装mysql5.7.17教程:https://www.jb51.net/article/103676.htm mysql repo源:https://repo 阅读全文
posted @ 2022-04-07 11:14 cnblogUn 阅读(214) 评论(0) 推荐(0)
安装mysql8.0
摘要:安装repo源 参考mysql官方文档 参考文章 redhat7通过yum安装mysql5.7.17教程:https://www.jb51.net/article/103676.htm mysql repo源:https://repo.mysql.com/ repo文件详解,epel简介:https 阅读全文
posted @ 2022-04-07 11:13 cnblogUn 阅读(44) 评论(0) 推荐(0)
mysql驱动下载
摘要:下载地址:https://dev.mysql.com/downloads/connector/j/ 下载步骤:Select Operating System: Platform Independent 阅读全文
posted @ 2022-04-07 11:12 cnblogUn 阅读(281) 评论(0) 推荐(0)