当我运行此代码时:
String url = "jdbc:mysql://localhost:3306/staion_meteo";// phpmyadmin
String user = "root";
String passwd="" ;
Connection conn = DriverManager.getConnection(url, user, passwd);
System.out.println("you are connected to the data base : "+"station_meteo");
我得到以下异常:
找不到适合 jdbc:mysql://localhost:3306/staion_meteo 的驱动程序