其他分享
首页 > 其他分享> > 日常报错汇总1

日常报错汇总1

作者:互联网

1-Java插入到mysql数据库显示问号?

在连接方式后面添加?useUnicode=true&characterEncoding=UTF-8

2-初次maven项目加载过慢

image

3 - 无法连接远程数据库

alter user 'root'@'localhost' identified by '密码' password expire never;

alter user 'root'@'localhost' identified with mysql_native_password by '密码';

flush privileges;

记得将密码替换为mysql 的密码。

4

标签:汇总,identified,密码,报错,日常,mysql,password,alter,localhost
来源: https://www.cnblogs.com/hellosiyu/p/15677426.html