Question: Java and MySQL connection How can I do to use the simple database url ? In my computer I need to use a big url

Java and MySQL connection

How can I do to use the simple database url ? In my computer I need to use a big url sentence.

Now Im using this:

String url = "jdbc:mysql://localhost/books?useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTC&useSSL=false";

But I would like to use this simple one:

String url = "jdbc:mysql://localhost/books";

Thanks in advance.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!