2023/09/22
Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column ‘database.table.column’ which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
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
出现此类问题, 表明服务器的证书不在执行程序的服务器的信任证书列表里, 导致证书验证出错, 因此方案[……]
2019/09/05
Remote error from secret service: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.secrets was not provided by any .service files
在使用树莓派的 SVN 更新脚本时, 出现以下错误
Remote error from secre[……]
2019/06/15
2019/05/28
2018/05/16