摘要:
mysqldump -u root -p 要备份的数据库名> /home/mysql/backup/db/back/数据库名.sql 如果出现mysqldump: Got error: 2002: Can't connect to local MySQL server through sock的提示 阅读全文
posted @ 2019-10-25 13:01
赵瑛
阅读(1674)
评论(0)
推荐(0)
摘要:
先进入mysql1、mysql -u root -p2、输入密码3、use 要导入的数据库名(没有就新建一个,使用create database test;命令新建,再use test;,再set names utf8;设置一下编码)4、source /home/test.sql; (选择要导入的数 阅读全文
posted @ 2019-10-25 13:00
赵瑛
阅读(1964)
评论(0)
推荐(0)
摘要:
在nginx的server中添加: 这是由于页面内容过长,默认的值比较小造成的。 阅读全文
posted @ 2019-10-25 12:57
赵瑛
阅读(1894)
评论(0)
推荐(0)

浙公网安备 33010602011771号