I had successfully imported a database using command line, but now my pain area is how to import a single table with its data to the existing database using command line.
It works correctly...
C:\>mysql>bin>mysql -u USERNAME DB_NAME < tableNameFile.sql
please note .sql file specified your current database..