按照这个路径,找到config.inc.php文件,打开
设置DVWA出现Could not connect to the MySQL service. Please check the config的解决方法
找到下面三个语句
设置DVWA出现Could not connect to the MySQL service. Please check the config的解决方法
db_server:一般填127.0.0.1,如果修改了mysql的端口号,要在后面加上修改后的端口号,默认为3306
db_user:自己mysql数据库的用户名
db_password:自己mysql的密码
de_user和db_password是我们在安装时设置的,如果忘记了,百度一下就行
设置DVWA出现Could not connect to the MySQL service. Please check the config的解决方法
成功创建
我们的数据库里就有了dvwa这个数据库了
设置DVWA出现Could not connect to the MySQL service. Please check the config的解决方法

相关文章: