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''' !}}