摘要: 一、MySQL完整备份操作 1、直接打包数据库文件夹 创建数据库auth: MariaDB [(none)]> create database auth;Query OK, 1 row affected (0.00 sec) 进入数据库: MariaDB [(none)]> use authData 阅读全文
posted @ 2019-10-14 15:42 奥义,三千世界 阅读(675) 评论(0) 推荐(0) 编辑