我從github上拉取的項目,無法連接數據庫,我看項目配置的數據庫連接是localhost的,那么我是要自己在本地創建數據庫嗎,如果這樣的話那數據庫里面的表信息在哪里啊,第一次用github拉項目,萌新求教、部分錯誤信息com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failureThe last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.拉的項目的數據庫配置spring.datasource.url=jdbc:mysql://localhost:3306/seckill?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&useSSL=falsespring.datasource.username=root
spring.datasource.password=12345678拉的項目地址https://github.com/zaiyunduan...
github數據庫連接
ITMISS
2018-09-08 19:57:48