Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

The Database Forum


You are currently viewing our The Database Forum as a guest. Please register to participate.
Login



Reply
5 sites on same database?
Old 10-03-2005, 02:44 PM 5 sites on same database?
Experienced Talker

Posts: 49
Location: Pula, Istra, Croatia
Trades: 0
I have 5 sites with name of its own..I use one apartment search script...and I just want that all of those sites read from same database!
So I just must replace $db_server = "localhost"; with something else....i dont know what!

if someone knows please post..
TNX
shile is offline
Reply With Quote
View Public Profile Visit shile's homepage!
 
 
Register now for full access!
Old 10-03-2005, 02:53 PM
Village Idiot's Avatar
Webmaster Talker

Posts: 535
Trades: 0
have all of their config files point to the same database (normaly localhost), here is my board config file

<?php
$INFO['sql_driver'] = 'mysql';
$INFO['sql_host'] = 'localhost';
$INFO['sql_database'] = 'theev2_boards';
$INFO['sql_user'] = 'theev2_name';
$INFO['sql_pass'] = '********';
$INFO['sql_tbl_prefix'] = 'boards_';
?>

edit: if I wanted 2 boards to point to the same database I would use the same info in each one. bur be warned, mysql databases have a max connection, to many and it will refect you. the number of connections is chosen my your host.

Last edited by Village Idiot; 10-03-2005 at 02:58 PM..
Village Idiot is offline
Reply With Quote
View Public Profile
 
Old 10-03-2005, 03:07 PM
Extreme Talker

Posts: 169
Trades: 0
If all your websites are hosted on the same server, you can use the same configuration which you are using for one of your site to connect.

If the websites are on different servers, you will need to change the "localhost" with the IP address of the server on which database is located. You can refer to your webhost for IP address of the server.
__________________

Please login or register to view this content. Registration is FREE

TOP 10 WEB HOSTS COMPARED

BEST RESELLER HOSTING
john551 is offline
Reply With Quote
View Public Profile
 
Old 10-03-2005, 04:00 PM
Experienced Talker

Posts: 49
Location: Pula, Istra, Croatia
Trades: 0
They all are in my reseller package... ...
shile is offline
Reply With Quote
View Public Profile Visit shile's homepage!
 
Reply     « Reply to 5 sites on same database?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.23892 seconds with 12 queries