Package com.mysql.cj.jdbc.admin
Class TimezoneDump
java.lang.Object
com.mysql.cj.jdbc.admin.TimezoneDump
public class TimezoneDump
extends java.lang.Object
Dumps the timezone of the MySQL server represented by the JDBC url given on the commandline (or localhost/test if none provided).
-
Constructor Summary
Constructors Constructor Description TimezoneDump()
Constructor for TimezoneDump. -
Method Summary
Modifier and Type Method Description static void
main(java.lang.String[] args)
Entry point for program when called from the command line.
-
Constructor Details
-
TimezoneDump
public TimezoneDump()Constructor for TimezoneDump.
-
-
Method Details
-
main
public static void main(java.lang.String[] args) throws java.lang.ExceptionEntry point for program when called from the command line.- Parameters:
args
- command-line args. Arg 1 is JDBC URL.- Throws:
java.lang.Exception
- if any errors occur
-