2026/04/05
MacOS 常见问题解决方案汇总
2026/03/29
2026/03/29
2026/03/29
2023/09/22
2023/09/21
2023/09/21
2020/11/24
ERROR 1290 (HY000): The MySQL server is running with the –secure-file-priv option so it cannot execute this statement
SELECT * FROM xxx ORDER BY id ASC LIMIT 2 INTO OUT[......]
2020/11/23
2019/10/27
PHP ssl3_get_server_certificate certificate verify failed
出现此类问题, 表明服务器的证书不在执行程序的服务器的信任证书列表里, 导致证书验证出错, 因此方案[……]