我无法登录到我的 DVWA。
我在网上搜索,但找不到答案。数据库已创建并且 al 似乎很好,但是当我想登录时,我收到一条错误消息:
致命错误:[MySQLConverterToo] 修复 mysql_escape_string() 调用!此代码不起作用。在第 11 行的 /Applications/XAMPP/xamppfiles/htdocs/dvwa/login.php
我的 config.inc.php:
<?php
# If you are having problems connecting to the MySQL database and all of the variables below are correct
# try changing the 'db_server' variable from localhost to 127.0.0.1. Fixes a problem due to sockets.
# Thanks to @digininja for the fix.
# Database management system to use
$DBMS = 'MySQL';
#$DBMS = 'PGSQL'; // Currently disabled
# Database variables
# WARNING: The database specified …Run Code Online (Sandbox Code Playgroud)