Jun 3, 2005 #1 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
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 Jan 25, 2005 297 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 May 19, 2004 76 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