| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
cheapez
Joined: 17 May 2007 Posts: 15
|
Posted: Thu Sep 06, 2007 1:42 pm Post subject: 3rd party database, external host |
|
|
My friend have a phpbb forum and he want use the database from an external host. (from a second host server).
We can move this database to his host server but We don't want this.
If I want to use 3rd party database, how I'm going to do it?
I want to connect to the database from the other host server
Anyone know how to?
Thanks. |
|
|
| Back to top |
|
 |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 4006
|
Posted: Thu Sep 06, 2007 2:31 pm Post subject: Re: 3rd party database, external host |
|
|
You just need to update the config.php file :
You will find the required information's about the mysql connexion.
| Code: | $dbms = 'mysql';
$dbhost = 'www.mysqlhost.com';
$dbport = '';
$dbname = 'dbname';
$dbuser = 'dbuser';
$dbpasswd = 'dbpass';
|
$dbhost is set on localhost when the sql server is local. You can set up a remote access, it will work the same as long as the sql server allows remote access. |
_________________ phpBB SEO || SEO Forum || Forum Référencement
GYM Sitemap & RSS for phpBB3 has been released ! || GYM Sitemap & RSS for phpBB3 est disponible ! |
|
| Back to top |
|
 |
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |