newbie database question

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
scotch33
Dev Team Member
Dev Team Member
Posts: 284
Joined: Tue Feb 14, 2006 9:56 pm

newbie database question

Post by scotch33 »

hi - I have never done this before

i am trying to set up a copy of this on my website but i want the database running off another website where i have a lot more room for it - what should i put in the dabase location in the install - the ip address followed by localhost (eg 22.222.222.22/localhost) or is it another syntax?

thanks
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: newbie database question

Post by Ted »

Well, normally you would use just the IP.  However, there are 2 problems with this approach.

1. Database access usually isn't open to the internet.  Databases generally only listen to the internal network or even just connections from the same machine.
2. Even if it is open, it's going to be SLOW.  Pages have an average to 10-20 queries.  You would be passing each of them over the open internet.
Locked

Return to “[locked] Installation, Setup and Upgrade”