Syntax für MySQL JDBC URL ist:
Ihre URL jdbc:mysql/localhost:3306/world fehlt ein :/ nach mysql .
Die Portnummer ist standardmäßig 3306 , Ihre URL sollte also lauten:
jdbc:mysql://localhost/world
Syntax für MySQL JDBC URL ist:
Ihre URL jdbc:mysql/localhost:3306/world fehlt ein :/ nach mysql .
Die Portnummer ist standardmäßig 3306 , Ihre URL sollte also lauten:
jdbc:mysql://localhost/world