Mysql使用过程遇到的问题记录
解决远程连接mysql很慢的方法开发某应用系统连接公司的测试服务器的mysql数据库连接打开的很慢,但是连接本地的mysql数据库很快。但是测试站点打开速度正常,ping访问正常。
解决方法:
找到mysql配置文件, 增加配置参数:
12[mysqld]skip-name-resolve
注意该...
more >>
tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true