Hello~ I am a beginner developer. I am currently using a MySQL server on a Windows OS, and I have encountered an issue where the MySQL server does not start when the PC time is set to a date after 2038. I am aware that inserting dates beyond 2038 into the database can cause issues, but the server itself stops when the system time is set to a post-2038 date.
I have tested this with MySQL version 8.0.37 and MariaDB version 10.5, but I have not been able to resolve the issue. While I could use PostgreSQL, I would like to solve this problem with MySQL. How can I resolve this issue? From my research, it seems that the sql_parse.h file might be causing MySQL to stop, but I haven’t been able to find a solution.
최형석 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.