Re: Error Importing Sql Dumpfile

2014-09-17 Thread Ian Duffy
ssed? Please suggest. > > Thank you, > Suneel Mallela > > -Original Message- > From: Ian Duffy [mailto:i...@ianduffy.ie] > Sent: Tuesday, September 16, 2014 6:56 PM > To: users@cloudstack.apache.org > Subject: Re: Error Importing Sql Dumpfile > > Hi Suneel, > >

RE: Error Importing Sql Dumpfile

2014-09-16 Thread Venkata Suneel Babu Mallela
d? Please suggest. Thank you, Suneel Mallela -Original Message- From: Ian Duffy [mailto:i...@ianduffy.ie] Sent: Tuesday, September 16, 2014 6:56 PM To: users@cloudstack.apache.org Subject: Re: Error Importing Sql Dumpfile Hi Suneel, The error suggests a cloud user doesn't exist within

Re: Error Importing Sql Dumpfile

2014-09-16 Thread Ian Duffy
Hi Suneel, The error suggests a cloud user doesn't exist within your mysql database. Please create a new user and it should solve the error. e.g. CREATE USER 'cloud'@'%' IDENTIFIED BY 'password'; On 16 September 2014 14:20, Venkata Suneel Babu Mallela < sunee...@simplifydc.com> wrote: > HI Al

Error Importing Sql Dumpfile

2014-09-16 Thread Venkata Suneel Babu Mallela
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 usi