Hi All,

Cloudstack Version : 4.3.1
XenServer  :6.2

ExportDatabase :

[root@cs4 ~]# mysqldump -u root -p --all-databases --master-data >dbdump.sql
Enter password:
-- Warning: Skipping the data of table mysql.event. Specify the --events
option explicitly.


Import Database error:

mysql -u root -p < dbdump.sql
Enter password:
ERROR 1449 (HY000) at line 10533: The user specified as a definer
('cloud'@'localhost')
does not exist

please suggest how to take the dump and import the dump.

Before taking dump we ned to follow any precautions (management or sql )
services are stop ?



Regards,
Venkatesh.k

Reply via email to