Setting up the database...
If you see no error messages, it should be done.
HTML 5 Local and Session Storage cleared unless error popped-up already.
Attempting to connect to MySQL server on host 127.0.0.1 with user name mutillidae
Connected to MySQL server at 127.0.0.1 as mutillidae
Preparing to drop database mutillidae
Executed query 'DROP DATABASE IF EXISTS' for database mutillidae with result 1
Preparing to create database mutillidae
Executed query 'CREATE DATABASE' for database mutillidae with result 1
Switching to use database mutillidae
Executed query 'USE DATABASE' mutillidae with result 1
Successfully created 'security_level' table.
AUTO_INCREMENT set to start at 1.
Initial security level set to 0.
Successfully created 'user_poll_results' table.
Successfully created 'blogs_table' table.
Successfully created 'accounts' table.
Successfully created 'hitlog' table.
Successfully inserted data into 'accounts' table.
Successfully inserted data into 'blogs_table' table.
Successfully created 'credit_cards' table.
Successfully inserted data into 'credit_cards' table.
Successfully created 'pen_test_tools' table.
Successfully populated 'pen_test_tools' table.
Successfully created 'captured_data' table.
Successfully created 'page_hints' table.
Successfully created 'page_help' table.
Successfully inserted data into 'page_help' table.
Successfully created 'level_1_help_include_files' table.
Successfully inserted data into 'level_1_help_include_files' table.
Successfully created 'help_texts' table.
Successfully inserted data into 'help_texts' table.
Successfully created 'youTubeVideos' table.
Successfully inserted data into 'youTubeVideos' table.
Trying to build XML version of accounts table to update accounts XML data/accounts.xml
Do not worry. A default version of the file is included if this does not work.
Trying to build text version of accounts table to update password text file passwords/accounts.txt
Do not worry. A default version of the file is included if this does not work.
Executed query 'SELECT * FROM accounts'. Found 40 records.
Oh no. Trying to create an XML version of the accounts file did not work out. The directory data/accounts.xml is not writable.
Oh no. Trying to create a text version of the accounts file did not work out. The directory passwords/accounts.txt is not writable.
Could not write accounts XML to data/accounts.xml - Directory not writable
Using default version of accounts.xml
Could not write accounts text to passwords/accounts.txt - Directory not writable
Using default version of accounts.txt