Zippo
1-5-02, 11:30 PM
In the manual of MySql it says that you can make an override for the default configuration of mysql.
Because a lot of my users live in a different timezone than the mysql server I want to override this variable.
The manual states it will look in the /etc/ dir for a my.cnf
I made such a file (uploaded it in ASCII) with the folliwing contents
------------------
[mysqld]
timezone=GMT+1
------------------
It does not seem to work... what am I doing wrong?
Zippo
Because a lot of my users live in a different timezone than the mysql server I want to override this variable.
The manual states it will look in the /etc/ dir for a my.cnf
I made such a file (uploaded it in ASCII) with the folliwing contents
------------------
[mysqld]
timezone=GMT+1
------------------
It does not seem to work... what am I doing wrong?
Zippo