Friday, 15 January 2010

MySQL Commands

1. The current values of the global and client-specific time zones can be retrieved like this:

mysql> SELECT @@global.time_zone, @@session.time_zone;

No comments:

Post a Comment