HI All,
I'm trying to configure DataBase replication for ACS 4.4.0, and followed the
below steps.
1. I've exported the existing data of master using the command
"mysqldump -u root -p --all-databases --master-data > dbdump.db".
2. When I tried to import dumpfile into the slave using the command
"mysql -u root -p < /root/dbdump.db", I'm getting the below error,
[root@pocdb02 ~]# mysql -u root < dbdump.db
ERROR 1449 (HY000) at line 11293: The user specified as a definer ('cloud'@'%')
does not exist
Can anyone please advise how to resolve this problem?
Thank you,
Suneel Mallela