resimde görüldüğü gibi mysql serverin 77.245.149.3 olarak görünüyor
senin yapacağın iş config.php açıp alttaki yeri bold yazdığım yere 77.245.149.3 ip yi yazarsan sorunun çözülmesi lazım

// ****** MASTER DATABASE SERVER NAME AND PORT ******
// This is the hostname or IP address and port of the database server.
// If you are unsure of what to put here, leave the default values.
$config['MasterServer']['servername'] = 'localhost';
$config['MasterServer']['port'] = 3306;

Düzenlenmiş hali alttaki gibi olacak şekilde sene bi

// ****** MASTER DATABASE SERVER NAME AND PORT ******
// This is the hostname or IP address and port of the database server.
// If you are unsure of what to put here, leave the default values.
$config['MasterServer']['servername'] = '77.245.149.3';
$config['MasterServer']['port'] = 3306;