、链接mysql 驱动类 com.mysql.jdbc.Driver 连接字符串 ( jdbc:mysql://localhost:3306/pubs ,user=root, password=root} )(pubs为数据库名,localhost为主机地址,若数据库在远程则为IP地址user =用户名password = 密码)