Hi!
I´d like to share the virtuemart of the master site with a slave site but I only get those errors:
Error(1) [1142] query [CREATE OR REPLACE VIEW jos_vm_auth_group AS SELECT * FROM `dbxxx01`.`jos_vm_auth_group`]. DB Error: ANY command denied to user 'dbxxx02'@'localhost' for table 'jos_vm_auth_group' SQL=CREATE OR REPLACE VIEW jos_vm_auth_group AS SELECT * FROM `dbxxx01`.`jos_vm_auth_group`
Create User error [1410]: Query = [GRANT ALL PRIVILEGES ON `dbxxx01`.`jos_vm_auth_group` TO `dbxxx02`@`ipadress` IDENTIFIED BY 'dbxxx01password' WITH GRANT OPTION;], DB Message = [You are not allowed to create a user with GRANT SQL=GRANT ALL PRIVILEGES ON `dbxxx01`.`jos_vm_auth_group` TO `dbxxx02`@`ipadress` IDENTIFIED BY 'dbxxx01password' WITH GRANT OPTION;]
Error [1142] retrying query [CREATE OR REPLACE VIEW jos_vm_auth_group AS SELECT * FROM `dbxxx01`.`jos_vm_auth_group`]. DB Error: ANY command denied to user 'dbxxx02'@'localhost' for table 'jos_vm_auth_group' SQL=CREATE OR REPLACE VIEW jos_vm_auth_group AS SELECT * FROM `dbxxx01`.`jos_vm_auth_group`
The error list ist much longer.
What is wrong?
Installing it to the slave site works fine, but not to share!
Thanks