updated debian to 9.2 and migrated to mariadb

This commit is contained in:
OPSXCQ 2018-10-12 17:44:03 +00:00
parent dba6e6179a
commit 67fb5939f7
No known key found for this signature in database
GPG key ID: 9AD730FE9CDE5661
3 changed files with 14 additions and 9 deletions

View file

@ -17,7 +17,7 @@ $DBMS = 'MySQL';
$_DVWA = array();
$_DVWA[ 'db_server' ] = '127.0.0.1';
$_DVWA[ 'db_database' ] = 'dvwa';
$_DVWA[ 'db_user' ] = 'root';
$_DVWA[ 'db_user' ] = 'app';
$_DVWA[ 'db_password' ] = 'vulnerables';
# Only used with PostgreSQL/PGSQL database selection.