i'm sure the answer is obvious but i cannot for the life of me find it. I need to know at what date a specific configuration item changed for my mysqld. This config change is noted in the mysqld.log file of my server, but the date of the entry is formatted like this:
120630 11:49:30 mysqld started
I need to know the date of this entry, I'm guessing it's the first column, but i cannot figure out how to decode it.
Thanks for your help in advance.
EDIT: is, in this case, 120630 supposed to mean June 30th, 2012? I didn't consider this because it doesn't really make sense with the dates in my log file, but i just realized it was possible...