Changes

Jump to navigation Jump to search
No change in size ,  07:26, 5 May 2010
no edit summary
Line 101: Line 101:  
  jdbc.user=funambol
 
  jdbc.user=funambol
 
  jdbc.password=yourpassword
 
  jdbc.password=yourpassword
 +
 +
== Reconfigure MySQL for InnoDB and access from the local network ==
 +
 +
Funambol uses MySQL wit the InnoDB engine and uses networking for access.
 +
 +
/sbin/e-smith/config setprop mysqld InnoDB enabled
 +
/sbin/e-smith/config setprop mysqld LocalNetworkingOnly no
 +
/sbin/e-smith/expand-template /etc/my.cnf
 +
/etc/rc.d/rc7.d/S50mysqld restart
    
== Creating MYSQL user and database ==
 
== Creating MYSQL user and database ==
Line 111: Line 120:     
{{Warning box|You may wish to alter the "funambol" and "yourpassword" information in the grant privileges line above. Be sure to configure it correctly in '''/opt/Funambol/ds-server/install.properties''' !}}
 
{{Warning box|You may wish to alter the "funambol" and "yourpassword" information in the grant privileges line above. Be sure to configure it correctly in '''/opt/Funambol/ds-server/install.properties''' !}}
  −
== Reconfigure MySQL for InnoDB and access from the local network ==
  −
  −
Funambol uses MySQL wit the InnoDB engine and uses networking for access.
  −
  −
/sbin/e-smith/config setprop mysqld InnoDB enabled
  −
/sbin/e-smith/config setprop mysqld LocalNetworkingOnly no
  −
/sbin/e-smith/expand-template /etc/my.cnf
  −
/etc/rc.d/rc7.d/S50mysqld restart
      
== Disable Hypersonic JDBC driver ==
 
== Disable Hypersonic JDBC driver ==
374

edits

Navigation menu