updated debian to 9.2 and migrated to mariadb
This commit is contained in:
parent
dba6e6179a
commit
67fb5939f7
3 changed files with 14 additions and 9 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue