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