Changes

From SME Server
Jump to navigationJump to search
2 bytes removed ,  02:34, 9 May 2010
Line 70: Line 70:  
=== Creating MYSQL user and database ===
 
=== Creating MYSQL user and database ===
 
To create the Funambol Database, you'll need to perform each of the following steps:  
 
To create the Funambol Database, you'll need to perform each of the following steps:  
   
  mysqladmin create funambol --default-character-set=utf8
 
  mysqladmin create funambol --default-character-set=utf8
 
  mysql -e "grant all privileges on funambol.* to funambol@localhost identified by 'yourpassword'"
 
  mysql -e "grant all privileges on funambol.* to funambol@localhost identified by 'yourpassword'"
 
  mysql -e "flush privileges"
 
  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''' !}}
 
{{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''' !}}
  
374

edits

Navigation menu