I cannot get past the first screen.
THe database is working I can connect from phpMyAdmin without problem using the username and password so I don't understand what is happening here at all.
I have also tried making a simple config_inc.php with
$g_hostname = 'localhost:3316';
$g_db_username = 'dbo328703606';
$g_db_password = 'xxxxxx';
$g_database_name = 'db328703606';
$g_db_type = 'mysql';
i get Access denied for user: 'dbo328703606@localhost' (Using password: YES)
with
$g_db_type = 'mysqli';
I get
SYSTEM WARNING: mysqli_real_connect() [function.mysqli-real-connect]: (HY000/2005): Unknown MySQL server host 'localhost:3316' (1)

I am confused. Can anyone help here?