摘要:
解决地址: https://blog.csdn.net/qq_39174464/article/details/78988284 解决方法: set global sql_mode='STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR 阅读全文
摘要:
distinct 和group by 的区别: (1)distinct常用来查询不重复记录的条数:count(distinct name),group by 常用它来返回不重记录的所有值。 (2)在使用group by 分组后,在select中可以选择分组字段,和非分组字段的函数值,如 max()、 阅读全文
摘要:
1)修改数据库密码 #/opt/lampp/bin/mysql -u root -pdfwx@2019 #use mysql;#grant all on *.* to 'root'@'%' IDENTIFIED BY 'test@2019' ; #标红位置为需要设置的密码#flush privile 阅读全文
摘要:
1:启动apache:systemctl status httpd.service 2:查看看日志:tail -f /var/log/httpd/error_log 报:Apache ERROR: No space left on device: AH00023: Couldn't create t 阅读全文