hello all,
i am simply attemping to copy a table in a db to another table in the same db. ive found the mysqldump command, but i cant get it to work. here is what i did, and it says i have a sytax error. can anyone help?
mysql> mysqldump --opt micks test > testbackup.sql
micks is the db and test is the table
- mickey ;)