# mini-program-platform-srv **Repository Path**: 337317439/mini-program-platform-srv ## Basic Information - **Project Name**: mini-program-platform-srv - **Description**: go micro v3 - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-06 - **Last Updated**: 2022-06-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mini-program-platform-srv #### 介绍 go micro v3 mysql8 处理: mysql -u root -p use mysql; \ CREATE USER 'root'@'%' IDENTIFIED BY 'root'; \ GRANT ALL ON _._ TO 'root'@'%'; \ flush privileges; \ ALTER USER 'root'@'%' IDENTIFIED WITH mysql_native_password BY 'xxxx'; \ flush privileges; \ quit;