Errors encountered when using a MySQL database connection DataGrip

The following is a screenshot of the error

Specific error:

Server returns invalid timezone. Go to 'Advanced' tab and set 'serverTimezone' property manually. 

Solution:

Open the MySQL command line, execute the following command:

set global time_zone='+8:00';

 

Published 26 original articles · won praise 7 · views 5167

Guess you like

Origin blog.csdn.net/Tender_Li/article/details/104794360