Jun 3, 2005 #1 bonosa Programmer Joined May 19, 2004 Messages 76 Location 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
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
Jun 3, 2005 #2 azzazzello Technical User Joined Jan 25, 2005 Messages 297 Location US well, why don't you post what you are doing to generate the error Upvote 0 Downvote
Jun 3, 2005 Thread starter #3 bonosa Programmer Joined May 19, 2004 Messages 76 Location US 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 Upvote 0 Downvote
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