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