# readBook-node **Repository Path**: mengyjd/readBook-node ## Basic Information - **Project Name**: readBook-node - **Description**: readBook-vue后端api - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-18 - **Last Updated**: 2022-06-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: readerBook ## README # 轻阅后端服务 ## Docker部署中的bugfix group by 语句报错 mysql命令行运行: `set GLOBAL sql_mode = 'STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION';` 设置允许远程连接 `update mysql.user set host='%' where user='root';` 修改加密方式 `ALTER USER 'root'@'%' IDENTIFIED WITH mysql_native_password BY 'xl123456'; flush privileges;`