create user 'hibuser'@'localhost' identified by 'password'; grant all on hibernate.* to 'hibuser'@'localhost' identified by 'password'; create user 'pentaho_user'@'localhost' identified by 'password'; grant all on quartz.* to 'pentaho_user'@'localhost' identified by 'password'; grant all on sampledata.* to 'pentaho_user'@'localhost' identified by 'password'; create user 'pentaho_admin'@'localhost' identified by 'password'; grant all on sampledata.* to 'pentaho_admin'@'localhost' identified by 'password'; create user 'mifosbi'@'localhost' identified by 'password'; grant all on mifos.* to 'mifosbi'@'localhost' identified by 'password'; grant all on mifos_dw.* to 'mifosbi'@'localhost' identified by 'password';