You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2022-09-08 13:32:16

QuentinF
Member
Registered: 2022-09-08
Posts: 4

Time zone sous Maria DB

Bonjour,

Je vos contacts car j'ai un souci avec les fuseaux horaires sous GLPI 9.5.6

je ne voie pas les fuseaux horaires sur GLPI j'ai juste un petit signe orange

j'ai tout essayé les commandes :

mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -p -u root

php bin/console glpi:migration:timestamps

Je ne trouve aucune table qui traite des times zonent dans ma bdd,


je suis un peu embêté car je ne trouve pas de solution ailleurs c'est pour cela que je vous sollicite,

Est-ce que si je passe en version 10 cela va résoudre ce problème car j'ai l'impression qu'à cause de ce souci les actions automatiques ne fonctionnent pas

Cordialement,

Offline

#2 2022-09-10 17:37:21

WebGreg
Member
Registered: 2020-02-27
Posts: 729

Re: Time zone sous Maria DB

Hi QuentinF

https://glpi-install.readthedocs.io/de/ … zones.html

GRANT SELECT ON `mysql`.`time_zone_name` TO 'glpi'@'localhost';
FLUSH PRIVILEGES;

and then: php bin/console glpi:migration:timestamps


--
GLPI 10.0.7
GLPI-Inventory 1.2.1
Ubuntu Server 20.04 LTS

Offline

#3 2022-09-11 19:19:35

cedomichi
Member
Registered: 2022-09-11
Posts: 2

Re: Time zone sous Maria DB

Merci ta réponse m'a aider à solutionner mon probleme

Offline

#4 2022-09-12 10:26:04

QuentinF
Member
Registered: 2022-09-08
Posts: 4

Re: Time zone sous Maria DB

Hello

i have this message :

ERROR 1146 (42S02): Table 'db_glpi.time_zone_name' doesn't exist

how i can fix this ?

Offline

#5 2022-09-12 11:01:13

QuentinF
Member
Registered: 2022-09-08
Posts: 4

Re: Time zone sous Maria DB

i import Time zone sql into my db sso now i got this error

ERROR 1133 (28000): Can't find any matching row in the user table

i very don't know how i can fix this

Offline

#6 2022-09-12 13:32:24

WebGreg
Member
Registered: 2020-02-27
Posts: 729

Re: Time zone sous Maria DB


--
GLPI 10.0.7
GLPI-Inventory 1.2.1
Ubuntu Server 20.04 LTS

Offline

#7 2022-09-14 11:33:06

QuentinF
Member
Registered: 2022-09-08
Posts: 4

Re: Time zone sous Maria DB

Hello

i find my error i want to grant acces to user of glpi and we need to grant acces to user of DB so for me it was call admindb_glpi so now my time zone working

thank anyway for help

Offline

Board footer

Powered by FluxBB