开发者

MySQL备份恢复

0
  • MySQL之xtrabackup备份恢复的实现

    目录1、安装xtrabackup2、备份2.1、做一次全备2.2、进入my编程客栈sql添加数据2.3、做一次增备2.4、删除数据库(千万不要在生产库执行!!!)3、恢复3.1、准备阶段3.2、模仿数据库丢失,停掉服务3.3、恢复阶段3.4、[详细]

    2023-02-04 09:05 分类:数据库
  • How to synchronize a python dict with multiprocessing

    I am using Python 2.6 and the multiprocessing module for multi-threading. Now I would like to have a synchronized dict (where the only atomic operation I really need is the += operator on a value).[详细]

    2022-12-25 16:42 分类:问答