@pro learner. As SOS suggested you need to put e.printStackTrace() in your code and its good to make it as habit whenever you write the code.
And i think you should specify the port number of your mysql in line 13.
The default port number of mysql is 3306.So assuming that you dint change the post number manually , it should be as follows
String url = "jdbc:mysql://localhost:3306/musicdb";