Jun 8, 2005 #1 bonosa Programmer Joined May 19, 2004 Messages 76 Location US On windows I can mysqldump easily a table named pru$1$10. But on linux I get the error: 1146: Table 'pmadb1.pru0' doesn't exist when doing LOCK TABLES where it looks like the dollar sign is causing a problem. Is this a known issue? Thanks, sb
On windows I can mysqldump easily a table named pru$1$10. But on linux I get the error: 1146: Table 'pmadb1.pru0' doesn't exist when doing LOCK TABLES where it looks like the dollar sign is causing a problem. Is this a known issue? Thanks, sb
Jun 8, 2005 #2 ericbrunson Technical User Joined Jan 9, 2004 Messages 2,092 Location US The dollar signs are probably being interpretted by your shell. Put the table name in single quotes on the command line. Upvote 0 Downvote
The dollar signs are probably being interpretted by your shell. Put the table name in single quotes on the command line.