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.
We can import single table using CMD as below:
D:\wamp\bin\mysql\mysql5.5.24\bin>mysql -h hostname -u username -p passowrd databasename < filepath