I know how to 'undump' a sql file which has tables specific to a database. Butif my sql file contains several databases (or even just one database) hwo do I stick it into mysql?
I tried mysql < file.sql since for the tables counterpart it is
mysql mydb < fileOfTables.sql
But I couldnt get my databases out into mysql.
How do I do this?
Thanks,
sb
I tried mysql < file.sql since for the tables counterpart it is
mysql mydb < fileOfTables.sql
But I couldnt get my databases out into mysql.
How do I do this?
Thanks,
sb