Welcome Guest, Not a member yet? Register   Sign In
Failing to connect to database
#4

(02-21-2018, 10:58 PM)natanfelles Wrote: Check what is the host of your MySQL user account.

If you have only one account like 'unityAdmin'@'127.0.0.1' this could be the issue. Create other account with privileges for 'unityAdmin'@localhost or update to 'unityAdmin'@'%'. Or, just update from 'localhost' to '127.0.0.1' in the database.php.

Thanks for the suggestions I will play with this now and get back to you. The user isn't the only user for the mysql account but it is the only user for the database I'm trying to use and setting the host to 127.0.0.1 in the database.php file changes nothing for me.

(02-21-2018, 11:00 PM)natanfelles Wrote: and $active_group = 'default';

This is already set as default so I didn't include it in the post sorry.
Reply


Messages In This Thread
Failing to connect to database - by IcyGrey - 02-21-2018, 01:57 PM
RE: Failing to connect to database - by IcyGrey - 02-22-2018, 03:29 AM
RE: Failing to connect to database - by IcyGrey - 02-22-2018, 04:35 AM
RE: Failing to connect to database - by adhzim - 03-03-2021, 08:12 AM
RE: Failing to connect to database - by InsiteFX - 02-22-2018, 05:09 AM
RE: Failing to connect to database - by InsiteFX - 03-03-2021, 12:14 PM
RE: Failing to connect to database - by InsiteFX - 03-23-2021, 03:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB