mr.push
Joined: 17 Jan 2008 Posts: 25
|
Posted: Fri Apr 25, 2008 1:02 pm |
|
|
If you need to run MySQL (for iPush's DB, icedb) on other host (separated from the host runs iPush BackOffice), and you are running the BackOffice CGI for user management, then you will need to change the configuration for connecting the remote MySQL.
1. Open configuration file : <IPUSH_HOME>/bkosys/definition.jsp
2. Find the line :
| Code: | | String theDBHostIP = "localhost:3306"; |
3. Edit the host name and port number as your MySQL listen to.
4. Save it.
That's it.
This can be applied to any version of iPush Server on Windows and Linux. _________________ Serve the realtime RIA developers |
|