Skip to content

Instantly share code, notes, and snippets.

@ramingar
Created January 2, 2020 10:19
Show Gist options
  • Save ramingar/6a582d0443b5fff1f94836dcce216654 to your computer and use it in GitHub Desktop.
Save ramingar/6a582d0443b5fff1f94836dcce216654 to your computer and use it in GitHub Desktop.
Asigna el timezone de una mysql ubuntu a UTC+0 #mysql #timezone #ubuntu #linux

en /etc/mysql/mysql.conf.d/mysqld.cnf o /etc/mysql/mariadb.conf.d/50-server.cnf

[mysqld]
default_time_zone='+00:00'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment