<div>If you login to the GUI , them go to: system Settings -> Time</div><div>Is the date & time correct?</div><div>Is the value for "Time Zone" correct?</div><div>Do you have an "NTP Server Address" defined and is it in your time zone?</div>
<div><br></div><div>mySQL should take the time from the "system_time_zone" system variable.</div><div><br></div><div>So, unless you start mySQL manually setting the time on start-up, it should use SYSTEM var.</div>
<div>In mySQL execute the following query: SELECT @@global.time_zone, @@session.time_zone;</div><div>This should result in: "SYSTEM" | "SYSTEM"</div><div>Showing your time as coming from the system; so just update your timezone in system Settings -> Time.</div>
<div><br></div><div>Cheers,</div><div>C</div><br><div class="gmail_quote">On 21 November 2011 09:03, Steffan <span dir="ltr"><<a href="mailto:general@ziggo.nl">general@ziggo.nl</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hello,<br>
<br>
I have a server where mysql timestamp is 6 hour behind the server time<br>
in the gui I change the zone safed it<br>
changed it back saved it but did didns solve the problem<br>
<br>
any idees<br>
<br>
greats<br>
<br>
Steffan<br>
<br>
_______________________________________________<br>
Blueonyx mailing list<br>
<a href="mailto:Blueonyx@mail.blueonyx.it">Blueonyx@mail.blueonyx.it</a><br>
<a href="http://mail.blueonyx.it/mailman/listinfo/blueonyx" target="_blank">http://mail.blueonyx.it/mailman/listinfo/blueonyx</a><br>
</blockquote></div><br>