i need to know how i copy a table from one server to another? is this posible? all help is appriecated
mysqldump -p dabasename tablename >> /file.sql
then to get it into the new database: mysql /file.sql>>table