So I\'m having an issue connecting to MySQL with Java. Heres my code:
import java.sql.Connection; import java.sql.DriverManager; import java.sql.SQLException
Write
"jdbc:mysql://localhost:3306/worlddb"
instead of
"jdbc:mysql://localhost/worlddb"