php - Database timezone -



php - Database timezone -

i want set different timezone different database on single cpanel(phpmyadmin).i don't know how set different timezone different database. please help me .. possible or not,

thanks in advance...

if using php / mysql. place next code @ top of page or index page.

date_default_timezone_set('timezone_name'); illustration america/new_york

only mysql (works current session)

mysql> set time_zone = 'timezone_name';

for global change

mysql> set global time_zone = 'timezone_name';

hope helps. thanks!!

php mysql sql phpmyadmin timezone

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -