can cms ms connect to remote mysql database

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
mbenic

can cms ms connect to remote mysql database

Post by mbenic »

hello everyone

id like to host the cms made simple on my local webserver and connect remotely to a mysql database.

first of all, is this possible?
If there is a solution, could you please let me know what parameters i specifically have to set to enable this kind of configuration.

ive tried by entering all the appropraite db parameters in the config file, however i receive the follwoing connection error:
Call to undefined function mysql_pconnect() in...  such and such subdirectory of webroot folder


I'm running CMS Made Simple 0.11.2. I'm using PHP 5.1.1, and MySQL. This is all meant to work with IIS 5.1 running on Windows XP, and MySQL remote hosting.


thanks

mbenic
Last edited by mbenic on Thu Jul 06, 2006 6:08 am, edited 1 time in total.
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: can cms ms connect to remote mysql database

Post by Ted »

Sounds like you don't have perisistent connections.  No worries.  Just change persistent_db_conn to false in config.php and try again.
Locked

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