解决Failed to set session cookie. Maybe you are using HTTP instead of HTTPS to access phpMyAdmin
- 2019-11-30
- 后端
登录PhpMyadmin的时候它一直说“Failed to set session cookie. Maybe you are using HTTP instead of HTTPS to access phpMyAdmin”,本文提供3种解决该问题的方法。 您可以轻松解决此问题。请按照以下步骤操...
解决A non well formed numeric value encountered
A non well formed numeric value encountered PHP message: PHP Notice: A non well formed numeric value encountered……,格式错误的数值。 从PHP5切到PHP72后报如上错误,官方文档对这种错误的解释: ...
解决MySQL错误:ERROR 1175: You are using safe update mode
- 2019-11-23
- 后端
Error Code: 1175. You are using safe update mode 错误提示:正在使用安全更新模式,尝试更新表没有使用键列的where条件。 解决方法与,查看当前模式: show variables like 'sql_safe%'; 原因是...
解决Job for mysqld.service failed because the control process exited with error code. See “systemctl status mysqld.service” and “journalctl -xe” for details.
- 2019-11-21
- 后端
Mysql突然无法启动了,报错: Job for mysqld.service failed because the control process exited with error code. See "systemctl status mysqld.service" and "journalctl -xe" for details. 根据提示...
解决MySQL8 #1227 – Access denied; you need (at least one of) the SYSTEM_USER privilege(s) for this operation
- 2019-11-21
- 后端
很奇怪今天MySQL8突然出现一些莫明的错误,比如我昨天在用的帐户,今天操作时报如下错误: 1227 - Access denied; you need (at least one of) the SYSTEM_USER privilege(s) for this operation 具有root...
如何重新加载/重启php7-fpm/php5-fpm/php-fpm服务
是Linux和Unix系统的新用户。我想重新加载或重新启动我的PHP-fpm服务。Linux如何重新启动PHP-fpm?如何在Ubuntu Linux 16.04 LTS服务器上重新启动php7.0-fpm? PHP-FPM仅仅是一个简单而强大的PHP FastCGI Pro...
爬虫实用工具,解密/cookies获取/代理池清洗等
SpiderUtilPackage 一个Python爬虫实用工具【特定代理池】【特定cookies池】【注册辅助工具】等。方便爬虫工作的工具包。 爬虫工具表 解密工具-可拓展式解密器 自动注册-验证短信接收器 代理IP-芝...
解决session_start() open(/var/lib/php/session permission denied
php调用session时出现错误: Warning: Unknown: open(/var/lib/php/session/sess_isusdfsdesdklfsdi002so8a67oj1d, O_RDWR) failed: Permission denied (13) in Unknown on line 0 既然是权限问题,那...
浅谈Nginx Lua安全应用示例:后门/监听/挂马等
Nginx + Lua nginx是一个用C语言开发的高性能WEB服务器及反向代理服务器,先将Nginx+Lua组合到一起的是OpenResty(类似的还有淘宝的tengine)。OpenResty通过汇聚各种设计精良的 Nginx 模块,从而将 Nginx 有...
解决nginx: [error] open() “/usr/local/nginx/logs/nginx.pid” failed (2: No such file or directory)
nginx: [error] open() "/usr/local/nginx/logs/nginx.pid" failed 重启nginx的时候报错: nginx: [error] open() "/usr/local/nginx/logs/nginx.pid" failed (2: No such file or directory) 看信...