# mooc-course-code **Repository Path**: aifenxiang/mooc-course-code ## Basic Information - **Project Name**: mooc-course-code - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 数据库 ```mysql ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '123456'; ```