USG738

Results 7 comments of USG738

Problem solved by setting timezone in Mariadb config. /etc/mysql/mariadb.conf.d/50-server.cnf `[mariadb]` `default_time_zone = 'Asia/Almaty'` You must use the same timezone in ProcessMaker. But I got another error. > The session has...

Hello @tomolimo, this is my configuration. 192.168.19.133 GLPI+mariadb, 192.168.19.132 ProcessMaker, ProcessMaker connected to mariadb on 192.168.19.133 ![Sysinfo PM](https://github.com/user-attachments/assets/1d5fba6c-7deb-4621-a1d2-8428b08563f4) ![Sysinfo2 PM](https://github.com/user-attachments/assets/aa888084-91fa-4ff2-8b76-5ec7fce58448) ![TimeDate format2](https://github.com/user-attachments/assets/43963d96-c08c-4287-92b9-94f82dad86ba) ![Timezone PM](https://github.com/user-attachments/assets/e527da95-ca66-4cce-ba38-dfccd859f6a1) ![Timezone GLPI2](https://github.com/user-attachments/assets/cd0826f4-57dc-47e1-bc89-0578e09ac9b4) SELECT * FROM mysql.time_zone_name;...

@tomolimo The same configuration in PHP of both servers > [Date] date.timezone = Asia/Almaty

@tomolimo Yep. > mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -p -u root mysql > MariaDB [(none)]> GRANT SELECT ON `mysql`.`time_zone_name` TO 'root'@'%';

@tomolimo I can share my vmware servers, it will take no more than 5 GB.