1. 程式人生 > >springboot連接數據庫Access denied for user 'root'@'localhost' (using password: YES)

springboot連接數據庫Access denied for user 'root'@'localhost' (using password: YES)

pri 連接數 改密 local img 分享圖片 prope 字符 圖片

這個問題出現在使用yml做配置文件中(用properties沒有問題!!)

yml配置文件:

技術分享圖片

啟動測試報錯:

技術分享圖片出現這個問題的原因是數據庫密碼為6個0

數據庫讀取該密碼後認為是一個0,所以需要加上“”,將其轉換為字符串

或者修改密碼為其他123456或者admin

技術分享圖片

springboot連接數據庫Access denied for user 'root'@'localhost' (using password: YES)