| Databases InterBase (29) MS-SQL (5) mysql (37) Oracle (1) |
What timezone is my mysql database server running in?
Question: I use mysql with various options from the command line, so when I look at the process list, I cannot see if the timezone is set and what it is set to. There are too many other arguments.How can I find out what timezone mysql uses? Answer: You can query the global variable @@system_time as shown in the example below.
Comments:
| ||||||||||||||||||