摘要:
报错内容 Docker Desktop - Unexpected WSL error An unexpected error occurred while executing a WSL command. Either shut down WSL down with wsl --shutdown, 阅读全文
摘要:
解决办法: 1.执行SQL ALTER DATABASE db_database SET SINGLE_USER WITH ROLLBACK IMMEDIATE 修改为单用户模式 2.然后关闭所有的查询窗口,修改Options的Collocation属性为Chinese_PRC_CI_AS ALTE 阅读全文
摘要:
错误提示:The server time zone value '???ú±ê×??±??' is unrecognized or represents more than one time zone. 错误原因:多方查询发现是mysql得时区问题,比实际时间要早,所以需要在JDBC得连接URL后面 阅读全文