mysql-SSH连接数据库时,无法自动创建表,且tomcat无法启动【点击查看详情】
mysql-SSH连接数据库时,无法自动创建表,且tomcat无法启动:mysqltomcatjavassh jdbc配置: driverClass=com.mysql.jdbc.Driver url=jdbc:mysql://localhost:3306/mydata user=root password=root当数据库中没有mydata表时,无法自动创建,且tomcat启动不了,停留在Initializing Sp
相关视频/文章