项目场景:

搭建DVWA靶场环境


问题描述

DVWA遇到数据库报错

Could not connect to the database service. Please check the config file. Database Error #1045: Access denied for user 'dvwa'@'localhost' (using password: YES).

原因分析:

  1. $_DVWA[ ‘db_database’ ] 参数修改为DVWA数据库名(在小皮中确认数据库名是否正确)
  2. $_DVWA[ ‘db_password’ ] 参数修改为MYSQL数据库密码,一般默认root
  3. $_DVWA[ ‘db_user’ ] 修改为MYSQL数据库名root

解决方案:

将user和password都修改为数据库用户和密码


再次创建数据库,成功登录