jdbc:mysql 就是 protocol ; localhost:3306 就是 [hosts] ,MySQL預設的port為3306; mydb 就是 [/database] ,也就是要連線的資料庫名稱;
確定! 回上一頁