0
Follow
0
View

eclipse indirect mysql can not find driver error, how to solve?(Language -java)

dandan1980 注册会员
2023-02-28 00:27
Mr_Sun73 注册会员
2023-02-28 00:27

Remove the Spaces from the database url

cs12345007 注册会员
2023-02-28 00:27
< div class = "md_content_show e397 data - v - 3967" = "" >

thank you

dq89163756 注册会员
2023-02-28 00:27

No Spaces in the database url connection string. In addition, do not have characters in Chinese mode. Your second and third colons seem to be input in Chinese mode. Change to English colons
in the following format:

jdbc:mysql://[host:port],[host:port].../[database][?参数名1][=参数值1][&参数名2][=参数值2]...

dercat 注册会员
2023-02-28 00:27
< div class = "md_content_show e397 data - v - 3967" = "" >

thank you

dayin781m 注册会员
2023-02-28 00:27
< div class = "md_content_show e397 data - v - 3967" = "" >

problem solved