- 博客(3)
- 收藏
- 关注
原创 Linux连接msyql数据库出现 ERROR 1045 (28000): Access denied for user ‘root‘@‘localhost‘ (using password:YES)
用mysql -u root -p 连接数据库时出现以下问题我的解决过程:1、首先查询mysql数据库是否启动service mysql status (显示已经正常启动)2、进入到服务器配置文件路径下/etc/mysql下查看debian.cnf的数据可以看到默认的用户名密码3、用默认的用户名密码进行登录,成功进入到数据库中4、修改刷新alter user ‘root’@‘localhost’ identified with mysql_native_password...
2020-10-19 18:09:09 267
原创 mysql8.0及以上版本在使用group by 出现的问题
首先程序报错信息为:ERROR 1055 (42000): Expression #7 of SELECT list is not in GROUP BY clause and contains nonaggregated column ‘monitor.device_camera.device_id’ which is not functionally dependent on columns in GROUP BY clause; this is incompatible withsql_mode=o
2020-08-14 09:51:49 2204 2
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人