博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
java.sql.SQLException: Access denied for user ‘‘@‘125.71.195.131‘ (using password: YES)
阅读量:3908 次
发布时间:2019-05-23

本文共 138 字,大约阅读时间需要 1 分钟。

这个问题自己坑了自己坑了好久;还是太粗心;

遇到这个问题还是先要好好检查连接数据库配值文件是否有误
我是springboot项目下的yml文件
spring:
datasource:
name:
password:
应该用username 而不是 name或者其它,注意细节啊

转载地址:http://eqqen.baihongyu.com/

你可能感兴趣的文章
Nginx Basic Config
查看>>
Nginx Load Balancer Config
查看>>
Nginx config hight throughput
查看>>
mysql max_connection config
查看>>
Python improve performance
查看>>
mysql interview questions and answers
查看>>
typeahead/autocomplete
查看>>
TernarySearchTree
查看>>
auto-complete
查看>>
codepen intro - frontend exercise
查看>>
system design questions
查看>>
电梯调度算法
查看>>
nginx debug
查看>>
tanchao
查看>>
SQLite vs MySQL vs PostgreSQL
查看>>
docker vs rtk
查看>>
Js Event Loop
查看>>
git init --bare
查看>>
setting up a new remote git repository
查看>>
tcpdump practice
查看>>