I'd like to import a single table from a .sql file stored on my Ubuntu linux machine, into my database, also local.
the .sql file is just called 'dump.sql' and the database im importing into is called 'magento'. the table is called 'catalog_product_website'.
both the .sql file and 'magento' database has the table already, the .sql file just has a ton more information in it that i want.
thank you.