随笔分类 -  登录后无法使用数据备份功能,备份失败或提示错误

上一页 1 ··· 15 16 17 18 19
摘要:#!/bin/sh username=用户名 psd=密码 db=数据库名称 mysql -u$username -p$passwd $db< /www/wwwroot/db/tongcheng.sql # tongcheng.sql → 写入要执行的SQL语句。 sql文件里面,直接写数据库的增删 阅读全文
posted @ 2024-07-10 17:36 黄文Rex

上一页 1 ··· 15 16 17 18 19