# .env(放项目根目录,每个人自己建,不提交 Git) # 用来修改数据库账户密码 DB_USER=root DB_PASSWORD=123456 DB_HOST=localhost DB_PORT=3306 DB_NAME=student_manage_system