1、PHP function allow_url_include: Disabled 2、Could not drop existing database SQL: Error dropping database (can’t rmdir ‘./dvwa’, errno: 39 “Directory not empty”) 求助解答!benchenglian (阿廉) 2020 年11 月 9 日 06:57 2 虽然没有安装过吧。 目测你第一个问题是PHP配置问题,找到ph...
dvwaMessagePush( "Could not drop existing database<br />SQL: ".mysql_error() ); dvwaPageReload(); } $create_db = "CREATE DATABASE " . $_DVWA[ 'db_database' ] . ";"; if( !@mysql_query ( $create_db ) ) { if( !@mysql_query( $create_db ) ) { dvwaMessagePush( "Could ...
dvwaMessagePush("Data inserted into 'users' table.");// Create guestbook table$drop_table ="DROP table IF EXISTS guestbook;";if(!@pg_query($drop_table)) { dvwaMessagePush("Could not drop existing users table<br />SQL: ". pg_last_error());dvwaPageReload(); } $create_tb_guestbook ...
If I put the root user and password in the DVWA config file I got an error that the site could not connect, if I change it to the new user I added then the connection is fine. The take away, you can't use the root database user to connect to the database on an out-of-the-...