Installation failure

I am running locally on a mac with MacOS El Capitan. I have version 7 of php installed and the latest version of MySQL. Both of these work fine with local wordpress sites that I have.

I created a new folder for the suiteCRM site and unzipped it into said folder. I created a database called suiteCRM and a user in the DB with DBA privileges to go along with the db.

I then ran the index.php for suiteCRM under Apache. It came up and complained about access to some files/folders in the install so I set the groip and owner on the folder for the site to be the Apache user. Fairly typical as I do the same for wordpress.

Once that was completed I re-ran index and it came up and asked for the db location/credentials which I supplied. It seemed happy and brought up a screen with a progress bar - I went out to dinner and came back a few hours later to find it stuck in the same place so I killed the browser tab and had a look at the DB and sure enough it had created tables in it’s DB just fine so it’s not a DB connection issue as far as I can tell. I re-launched the site - It came up and said that the install had already run and the app was going to try to run. It then spewed the following errors:

( ! ) Warning: Redis::connect(): connect() failed: Connection refused in /Users/Admin/Sites/SuiteCRM/include/SugarCache/SugarCacheRedis.php on line 102
Call Stack

Time Memory Function Location

1 0.0003 364176 {main}( ) …/index.php:0
2 0.0007 390680 require_once( ‘/Users/Admin/Sites/SuiteCRM/include/entryPoint.php’ ) …/index.php:47
3 0.0797 9763984 SugarApplication::preLoadLanguages( ) …/entryPoint.php:170
4 0.0798 9763984 return_application_language( ) …/SugarApplication.php:357
5 0.0798 9764056 sugar_cache_retrieve( ) …/utils.php:1033
6 0.0798 9764056 SugarCache::instance( ) …/SugarCache.php:166
7 0.0798 9764056 SugarCache::_init( ) …/SugarCache.php:98
8 0.0820 9850320 SugarCacheRedis->useBackend( ) …/SugarCache.php:79
9 0.0820 9850320 SugarCacheRedis->_getRedisObject( ) …/SugarCacheRedis.php:78
10 0.0821 9850360 connect ( ) …/SugarCacheRedis.php:102

( ! ) Fatal error: Uncaught Exception: Database failure. Please refer to suitecrm.log for details. in /Users/Admin/Sites/SuiteCRM/include/utils.php on line 1758
( ! ) Exception: Database failure. Please refer to suitecrm.log for details. in /Users/Admin/Sites/SuiteCRM/include/utils.php on line 1758
Call Stack

Time Memory Function Location

1 0.0003 364176 {main}( ) …/index.php:0
2 0.0007 390680 require_once( ‘/Users/Admin/Sites/SuiteCRM/include/entryPoint.php’ ) …/index.php:47
3 0.1032 10653736 Administration->retrieveSettings( ) …/entryPoint.php:192
4 0.1032 10653824 MysqliManager->query( ) …/Administration.php:117
5 0.1038 10653792 DBManager->checkError( ) …/MysqliManager.php:160
6 0.1038 10653872 DBManager->registerError( ) …/DBManager.php:328
7 0.1040 10654064 sugar_die( ) …/DBManager.php:353

Can anyone offer any insight here?

TIA!

This was resolved by increasing the account limits in MySQL.