Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

error 1066

Status
Not open for further replies.

bonosa

Programmer
May 19, 2004
76
US
mysqldump: Got error: 1066: Not unique table/alias: 'cad' when doing LOCK TABLES

I cant find much info on this. What is wrong that makes this happen?
THanks,
sb
 
well, why don't you post what you are doing to generate the error
 
temp.sprintf
("mysqldump --user=%s --password=%s --opt %s > %s",
SQL_USER, SQL_PASSWD, SQL_DB, sqlFile.latin1 ());
indx = system (temp)

Basically I am issuing a mysqldump command, which gives me this error. Many thanks for helping,
sb
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top