mysqlhotcopy

mysqlhotcopy

am 28.03.2007 20:41:04 von Antoni

I tried using mysqlhotcopy to do backup copies of my databases, but it
fails with error:
"DBD::mysql::db do failed: Not unique table/alias: 'comments' at /usr/
bin/mysqlhotcopy line 466."

Has anyone encountered this error? Any ideas on how to solve this?

Thanks,

Antoni

Re: mysqlhotcopy

am 28.03.2007 23:07:30 von Jonathan

Antoni wrote:
> I tried using mysqlhotcopy to do backup copies of my databases, but it
> fails with error:
> "DBD::mysql::db do failed: Not unique table/alias: 'comments' at /usr/
> bin/mysqlhotcopy line 466."
>
> Has anyone encountered this error? Any ideas on how to solve this?
>
> Thanks,
>
> Antoni
>
You probably have more tables or aliases called 'comments'. Could that
be the case?

Jonathan

Re: mysqlhotcopy

am 29.03.2007 09:34:03 von Antoni

Hello Jonathan,

I only have one table named comments and I use no aliases. May it be a
bug?

Thanks,

Antoni

On 28 mar, 23:07, Jonathan wrote:
> Antoni wrote:
> > I tried using mysqlhotcopy to do backup copies of my databases, but it
> > fails with error:
> > "DBD::mysql::db do failed: Not unique table/alias: 'comments' at /usr/
> > bin/mysqlhotcopy line 466."
>
> > Has anyone encountered this error? Any ideas on how to solve this?
>
> > Thanks,
>
> > Antoni
>
> You probably have more tables or aliases called 'comments'. Could that
> be the case?
>
> Jonathan