Thomas, I'm forwarding this to our mifos users mailing list so our community can help with a response.
Ed -------- Original Message -------- Subject: Deploying Mifos Business Intelligence Suite 1.1 From: Thomas Ndugwa <[email protected]> To: Edward Cable <[email protected]> CC:
--- Begin Message ---Hi Edward, I get hibuser access denied type messages so download the mifosbi_users.sql attachment and run it: mysql -u"root" -p"mifos" < mifosbi_users.sql But I get Create User failed for 'hibuser' @' localhost' Error Message What could I be doing wrong. ****************************************************************************************************************** create user 'hibuser'@'localhost' identified by 'mifos'; grant all on hibernate.* to 'hibuser'@'localhost' identified by 'mifos'; create user 'pentaho_user'@'localhost' identified by 'mifos'; grant all on quartz.* to 'pentaho_user'@'localhost' identified by 'mifos'; grant all on sampledata.* to 'pentaho_user'@'localhost' identified by 'mifos'; create user 'pentaho_admin'@'localhost' identified by 'mifos'; grant all on sampledata.* to 'pentaho_admin'@'localhost' identified by 'mifos'; create user 'mifosbi'@'localhost' identified by 'mifos'; grant all on mifos.* to 'mifosbi'@'localhost' identified by 'mifos'; grant all on mifos_dw.* to 'mifosbi'@'localhost' identified by 'mifos'; ************************************************************************************************* Ndugwa Thomas Henry email: [email protected] Skype: ndugwa2u
--- End Message ---
------------------------------------------------------------------------------ What Every C/C++ and Fortran developer Should Know! Read this article and learn how Intel has extended the reach of its next-generation tools to help Windows* and Linux* C/C++ and Fortran developers boost performance applications - including clusters. http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________ Mifos-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mifos-users
