Changes

Jump to navigation Jump to search
318 bytes added ,  03:03, 5 May 2010
Line 103: Line 103:     
== Creating MYSQL user and database ==
 
== Creating MYSQL user and database ==
+
 
  mysqladmin create 'funambol' --default-character-set=utf8
+
To create the Funambol Database, you'll need to perform each of the following steps:
  mysql
+
 
   
+
  mysqladmin create funambol --default-character-set=utf8
GRANT ALL PRIVILEGES ON funambol.* TO 'funambol'@'localhosts' IDENTIFIED BY 'funambol';
+
  mysql -e "grant all privileges on funambol.* to funambol@localhost identified by 'yourpassword'"
\q
+
  mysql -e "flush privileges"
 +
 
 +
{{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''' !}}
    
== Install Modules in Funambol ==
 
== Install Modules in Funambol ==
374

edits

Navigation menu