Have you talked with your website hosting support ?
]]>/** MySQL database username */
define(‘DB_USER’, ‘user’);
/** MySQL database password */
define(‘DB_PASSWORD’, ‘password’);
/** MySQL hostname */
define(‘DB_HOST’, ‘50.87……..87’); //IP Address to my server where MYSQL database is located
wp-config.php
is different from your hosts ip, so are you trying to use a remote db here?https://www.sequelpro.com/
for example to test that the database does actually allow remote connections?
Sounds like a server config issue.
]]>