I need the mysql localhost.
This is example of another site:
<?php
/*This page is solely for the database conection.*/
DEFINE('DB_DETAILS', true);
DEFINE('DB_HOST', "sql213.0fees.net");
DEFINE('DB_USER', "fees0_4950895");
DEFINE('DB_PASS', "*******");
DEFINE('DB_NAME', "fees0_4950895_myptc");
?>