摘要:
# mysql 迁移 docker run -d --name=mysql \ -e TZ=Asia/Shanghai \ -e MYSQL_ROOT_PASSWORD=qwer1234 \ -p 3306:3306 \ -v /opt/mysql:/var/lib/mysql \ mysql:5. 阅读全文
posted @ 2024-02-27 17:05
Gshelldon
阅读(22)
评论(0)
推荐(0)
摘要:
关闭了持久化,和对客户端的链接进行了简单的调优,使用的是本地存储。 redis.conf: |- dir /tmp #appendonly yes #appendfsync everysec #auto-aof-rewrite-percentage 100 #auto-aof-rewrite-min 阅读全文
posted @ 2024-02-27 17:01
Gshelldon
阅读(8)
评论(0)
推荐(0)