Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

database from another host?

Asked Modified Viewed 2,709 times
S
subodh
S
subodh 10
I am learner keen to learn more.
---------------------------------------------------------

Gamers Worlds : The Worlds Of Gamers
  • Junior Member, joined since
  • Contributed 46 posts on the community forums.
  • Started 25 threads in the forums
  • Started this discussions
asked
Junior Member

I want to use database from another host for phpfusion based site.
Please, help me in doing this if it is possible.
0 replies

7 posts

C
chbe
C
chbe 10
------------------------------------

thebasement.gryt.com
  • Member, joined since
  • Contributed 161 posts on the community forums.
  • Started 4 threads in the forums
answered
Member

Maybe this article can be of some help :)

http://www.php-fusion.co.uk/readartic...icle_id=29
0 replies
S
subodh
S
subodh 10
I am learner keen to learn more.
---------------------------------------------------------

Gamers Worlds : The Worlds Of Gamers
  • Junior Member, joined since
  • Contributed 46 posts on the community forums.
  • Started 25 threads in the forums
  • Started this discussions
answered
Junior Member

Quote

chbe wrote:
Maybe this article can be of some help :)

http://www.php-fusion.co.uk/readartic...icle_id=29

It's for transferring site. I want that site is hosted on one server and use the database from another server.
0 replies
V
vinayan
V
Proud to be an Indian
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
answered
Newbie

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_"wink;
?>
0 replies
S
subodh
S
subodh 10
I am learner keen to learn more.
---------------------------------------------------------

Gamers Worlds : The Worlds Of Gamers
  • Junior Member, joined since
  • Contributed 46 posts on the community forums.
  • Started 25 threads in the forums
  • Started this discussions
answered
Junior Member

I get error that access denied for "username@localhost"

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_");
?>
0 replies
D
doperwt
D
  • Junior Member, joined since
  • Contributed 11 posts on the community forums.
  • Started 1 thread in the forums
answered
Junior Member

Maybe you need to use the username from the other host username@otherhost's ip?? and the password from this account
0 replies
I
Indiankid
I
Indiankid 10
  • Newbie, joined since
  • Contributed 4 posts on the community forums.
  • Started 1 thread in the forums
answered
Newbie

Just white list your configuration file server's Ip on your database host .
Normally only localhost /127.0.0.1 white listed on most servers.
0 replies
I
Indiankid
I
Indiankid 10
  • Newbie, joined since
  • Contributed 4 posts on the community forums.
  • Started 1 thread in the forums
answered
Newbie

Ps: sorry for the delay I lost my old account's password , Here resetting password not working for me :@
Edited by Indiankid on 25-06-2007 19:41,
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 7 posts
  • Votes 0 votes
  • Topic users 5 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet