09 2022 档案
摘要:java.net.SocketException: 权限不够 报错的原因是:java.net.SocketException: Permission denied,明显是网络权限问题。产生该问题的原因是linux操作系统不允许非root用户使用小于1024的端口。 将使用的端口号改为大于1024即可
阅读全文
摘要:alter user 'root'@'localhost' identified by '你的密码' password expire never; alter user 'root'@'localhost' identified with mysql_native_password by '你的密码
阅读全文