Version 4.1.11 standard.
mysqldump: Got error: 1103
I'm trying to make a back up script for my data base,
which i can then cron, but i decided to try it out at the command line in putty as ROOT first.
Its either something stupid or something worse?
I'm in at root and i'm running the command just to test
the paths before a start any scripts.
mysqldump: Got error: 1103: Incorrect table name 'test.sql' when doing LOCK TABLES
To get that error i'm typing in the following.
User name and passwords are changed.
mysqldump -uXXXX -p1234 my_table test.sql
Ive been trying to sort it for hours now.
My Table name does have something similar too,
"my" being the account user name.
my_table
but that's it?
i can connect in via the command line.
and if i run the mysqldump with out a file name
mysqldump -uXXXX -p1234 my_table
it wizzes past my screen in Putty and stops thankfully.
Any ideas Help !?
mysqldump: Got error: 1103: Incorrect table name 'test.sql' when doing LOCK TABLES
mysqldump: Got error: 1103
I'm trying to make a back up script for my data base,
which i can then cron, but i decided to try it out at the command line in putty as ROOT first.
Its either something stupid or something worse?
I'm in at root and i'm running the command just to test
the paths before a start any scripts.
mysqldump: Got error: 1103: Incorrect table name 'test.sql' when doing LOCK TABLES
To get that error i'm typing in the following.
User name and passwords are changed.
mysqldump -uXXXX -p1234 my_table test.sql
Ive been trying to sort it for hours now.
My Table name does have something similar too,
"my" being the account user name.
my_table
but that's it?
i can connect in via the command line.
and if i run the mysqldump with out a file name
mysqldump -uXXXX -p1234 my_table
it wizzes past my screen in Putty and stops thankfully.
Any ideas Help !?
mysqldump: Got error: 1103: Incorrect table name 'test.sql' when doing LOCK TABLES