Jun 8, 2005 #1 bonosa Programmer May 19, 2004 76 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 Jan 9, 2004 2,092 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.