Protected: 宝塔liunx面板论坛稳定开心版
There is no excerpt because this is a protected post.
There is no excerpt because this is a protected post.
show databases; show tables; use mysql; 显示库里有多少表 运行命令 mysql -u 数据库用户名 -p 连接数据库 运行命令 use 数据库名 进入需要导入数据的数据库 运行命令 source /home/backup/database/1.sql 开始导入数据 很简单.好用.亲测过.. 看不懂的可以加我qq
service mysqld stop zip -q -r /www/bak_mysql/1004619_$(date +%Y%m%d).zip /www/server/data/www_1004619_com/* service mysqld start