DVWA将密码设为空后仍然无法连接的问题:Could not connect to the MySQL service
目前网上大部分Could not connect to the MySQL service.的问题都告诉你要将config.inc.php文件里的$DVWA[‘db_password’ ] 改为root或者空。但是今天我安装时将密码改为空后仍然无法连接
研究了一早上之后,发现问题特别简单,只是因为你的MySQL端口号在根据网上安装教程安装时修改了,只需要在config.inc.php文件中添加你...
原创
2019-03-12 14:18:22 ·
4970 阅读 ·
3 评论