The simplest way to use MySQL for funambol (sync4j)
Indicate the source and author's contact information during reprinting.
Contact information of the author: Li xianjing <xianjimli at Hotmail dot com>
1. Download funambol- 6.5.12 . Bin and install.
2. Download mysql-connector-Java- 5.0.4 -Bin. jar and copy it to funambol/tools/MySQL.
3. Modify funambol/DS-server/install. Properties
# DBMS = hypersonic
# JDBC. classpath = ../tools/hypersonic/lib/HSQLDB. Jar
# JDBC. Driver = org. HSQLDB. jdbcdriver
# JDBC. url = JDBC: HSQLDB: hsql: // localhost/funambol
# JDBC. User = sa
# JDBC. Password =
DBMS = MySQL
JDBC. classpath = ../tools/MySQL-connector-Java- 5.0.4 -Bin. Jar
JDBC. Driver = com. MySQL. JDBC. Driver
JDBC. url = JDBC: mysql: // localhost: 3306/MySQL? Characterencoding = UTF-8
JDBC. User = root
JDBC. Password =
4. Make sure that MySQL is running.
5. Enable the settings to take effect: Enter funambol/DS-server and run./bin/install. Sh.
6. Run the synchronization server: Enter funambol/DS-server and run./bin/start. Sh.
~~ End ~~