Thanks njenney - I'm assuming that in IIS the equivalent file is
wwwroot\include\config.default.php
I have the below - it did not have my password in there so I tried
adding that but still no luck.
/* ---------------------------------------------------
BASIC PARAMETERS
------------------------------------------------------ */
$mysql_server="localhost"; # Use 'localhost' if MySQL is installed on
the same server as your web server.
$mysql_username="root"; # MySQL username
$mysql_password="xxxxxxxxx"; # MySQL password
$mysql_db="resourcespace"; # MySQL database name
# $mysql_charset="utf8"; # MySQL database connection charset,
uncomment to use.
# The path to the MySQL client binaries - e.g. mysqldump
# (only needed if you plan to use the export tool)
$mysql_bin_path="/usr/bin"; # Note: no trailing slash
# Force MySQL Strict Mode? (regardless of existing setting) - This is
useful for developers so that errors that might only occur when Strict
Mode is enabled are caught. Strict Mode is enabled by default with
some versions of MySQL. The typical error caused is when the empty
string ('') is inserted into a numeric column when NULL should be
inserted instead. With Strict Mode turned off, MySQL inserts NULL
without complaining. With Strict Mode turned on, a warning/error is
generated.
$mysql_force_strict_mode=false;