1 Sep 2007 20:14
Re: Transfer MRBS to remote host
oren levin <oren_l <at> hotmail.com>
2007-09-01 18:14:41 GMT
2007-09-01 18:14:41 GMT
Thank you for the quick replay The hosting company (GoDaddy) DB configuration page writes the following options:
--------------------------------------------------------------------------------------------
- ODBC 3.51:
- DRIVER={MySQL ODBC 3.51 Driver}; SERVER=h41mysql33.secureserver.net; PORT=3306; DATABASE=mrbs1 USER=DB Username; PASSWORD='your password'; OPTION=0;
- OLE DB, OleDbConnection (.NET):
- Provider=MySQLProv; Data Source=h41mysql33.secureserver.net; Initial Catalog=mrbs1; User ID=DB Username; Password='your password';
- Connector/Net 1.0 (.NET):
- Server=h41mysql33.secureserver.net; Port=3306; Database=mrbs1; Uid=DB Username; Pwd='your password';
---------------------------------------------------------------------------------
I've modified the config.inc.PHP file in the following matter:
$db_host = "h41mysql33.secureserver.net";
$db_database = "mrbs1";
$db_login = "DB Username";
$db_password = 'DB Password';
I'm still getting "Fatal Error: Failed to connect to database"
1. Do I need to change something else in the file ? (tbl prefix or nopersist ?)
2. Is there other file that need to be modified ? (mysql.inc for example)
Important again to mention that this MRBS folder is working perfect on my local server
Thanks
Date: Thu, 30 Aug 2007 12:25:57 +1000
From: Peter.Moulding <at> its.mq.edu.au
To: mrbs-general <at> lists.sourceforge.net
Subject: Re: [MRBS-general] Transfer MRBS to remote hostYour hosting company should tell you how to connect to the database. They usually tell you the server, database name, user name, and user password. You set those in your config file.
Individual hosting companies have many varieties of configuration and, even within one company, they might have servers set up in different ways. They might have online pages with the details. if not, place a request in their online ticket system.
>>> oren levin <oren_l <at> hotmail.com> 8/29/2007 11:43 PM >>>
HelloI have a working MRBS installed on our intranet IIS server, works perfect !Now I'm trying to move it to an external hosting, I've opened an account on GODADDY which support MYsql an PHPI moved via FTP the content of the working MRBS directoryChanged the $db_host = at the config.inc.php according to the hosting server parametersAnd imported the MRBS tables to a new DB thereWhen trying to lunch the index.php page all I get is "Fatal Error: Failed to connect to database"Does anyone know how to Implement the MRBS on a remote host ?Thanks
See what you’re getting into…before you go there See it!
Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy! Try it!
------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________ mrbs-general mailing list mrbs-general <at> lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mrbs-general
RSS Feed