We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am having issues with timezone. Any ideas
The text was updated successfully, but these errors were encountered:
I was using MariaDB and this it what I did to get it working.
Command into mariadb container and run
mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -p -u root mysql
mysql -u root -p
GRANT SELECT ON mysql.time_zone_name TO 'glpi'@'localhost'; FLUSH PRIVILEGES;
mysql
time_zone_name
restart mariadb container
command into glpi container and run
/var/www/html/glpi/bin/console glpi:migration:timestamps
restart gli container
Sorry, something went wrong.
I got command not found :/
No branches or pull requests
I am having issues with timezone. Any ideas
The text was updated successfully, but these errors were encountered: