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
Get step-by-step solutions from verified subject matter experts
