Quote
chbe wrote:
Maybe this article can be of some help :)
http://www.php-fusion.co.uk/readartic...icle_id=29
Quote
<?php
// database settings
$db_host="new db host ip";
$db_user="user name";
$db_pass="password";
$db_name="db name at new host";
$db_prefix="fusion_";
define("DB_PREFIX", "fusion_"
?>
Quote
vinayan wrote:
open your config.php, then change value of $db_host="this value " to your sql host ip.Quote
<?php
// database settings
$db_host="new db host ip";
$db_user="user name";
$db_pass="password";
$db_name="db name at new host";
$db_prefix="fusion_";
define("DB_PREFIX", "fusion_");
?>
Category Forum
Official Core Support - 6Labels
None yet
Statistics
0 participants
Notifications
You are not receiving notifications from this thread.
Related Questions