mysql
sunfragrence
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
mysql——explain用法说明
explain select * from payment; | id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | | 1 | SIMPLE | payment | NULL |...转载 2018-12-12 14:26:40 · 146 阅读 · 0 评论 -
MySQL——Xtrabackup 备份
目录结构图: 备份命令:./back.sh --backup 恢复命令: ./back.sh -- recover 执行脚本(backup.sh文件脚本): #!/bin/sh user=root password=123456 host=172.16.0.116 dir=$(date +%Y%m%d%H%M) fullpath=/home/bk/$dir #备份全库...原创 2018-12-12 14:36:31 · 210 阅读 · 0 评论
分享