mysql5.7 table is full error
mysql5.7安装在服务器本机上,执行迁移命令或手动新增字段时,报错:
General error: 1114 The table ‘works’ is full (SQL: alter table `works` add `image_path` varchar(191) null comme[……]
mysql5.7安装在服务器本机上,执行迁移命令或手动新增字段时,报错:
General error: 1114 The table ‘works’ is full (SQL: alter table `works` add `image_path` varchar(191) null comme[……]
开发笔记
宝塔搭建的网站,海外ip访问请求都失败已关闭评论 遇到了国内请求api时正常,但香港ip访问域名api时请求失败,英国域名访问域名请求时失败,新加坡请求api时,域名请求失败,nginx的请求状态是444,总结是海外ip访问时被屏蔽了。
大概率是安装了nginx免费防火墙功能,并开启了海外ip禁用的功能。那找到nginx防火墙[……]
很久之前的老项目,突然服务都请求不到了,api数据都异常了。
原因分析:1:查询https证书,是否到期。结果正常。
2:nginx服务,php服务是否正常。检查正常。systemctl status nginx.service
systemctl status php-fpm.servi[……]