mysql+jsp+tomcat环境配置

2025-01-03 16:46:30
推荐回答(1个)
回答1:

String url ="jdbc:mysql://localhost/javatest?
是不对的
url="jdbc:mysql://localhost:3306/javatest"
缺少端口号