Fatal error during installation on localhost for for C5.6

Permalink
Hi, I'm installing C5.6 on localhost but during the installation process I'm getting the error:

<code>
Fatal error: Uncaught ADODB_Exception: mysqli error: [1146: Table 'mywebsite.config' doesn't exist] in EXECUTE("select * from Config where uID = 0 order by cfKey asc") in /Users/myname/Websites/www.mywebsite.com/c5/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php:78 Stack trace: #0 /Users/myname/Websites/www.mywebsite.com/c5/concrete/libraries/3rdparty/adodb/adodb.inc.php(1074): adodb_throw('mysqli', 'EXECUTE', 1146, 'Table 'mywebsit...', 'select * from C...', false, Object(ADODB_mysqli)) #1 /Users/myname/Websites/www.mywebsite.com/c5/concrete/libraries/3rdparty/adodb/adodb.inc.php(1049): ADOConnection->_Execute('select * from C...', false) #2 /Users/myname/Websites/www.mywebsite.com/c5/concrete/core/models/config.php(194): ADOConnection->Execute('select * from C...') #3 /Users/myname/Websites/www.mywebsite.com/c5/concrete/core/models/config.php(185): Concrete5_Model_ConfigStore->loa in /Users/myname/Websites/www.mywebsite.com/c5/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php on line 78
</code>

I haven't changed any files, just trying to install from a fresh download, created my empty DB, used my root credentials as displayed on my Mamp start page etc.

Note that I'm also trying to do a wordpress install in a different location which isn't working either so maybe this narrows it down to a problem with using the root user? As I said, I'm using the credentials from the mamp start page.