More than relatively new to mySQL....Trying to facilitate a table export on a number of tables in one DB so that they can be imported into another DB. The command line command I've been using looks like this:
mysqldump -u root -pbigcountry dbname table_name > table_name.sql
It doesn't seem to care for this command...Can anyone enlighten me as to why? Also since I'm having no luck with exporting what would be the correct syntas to then import this file back into another DB?
Thanks in advance for any help or insight!
mysqldump -u root -pbigcountry dbname table_name > table_name.sql
It doesn't seem to care for this command...Can anyone enlighten me as to why? Also since I'm having no luck with exporting what would be the correct syntas to then import this file back into another DB?
Thanks in advance for any help or insight!