I've just started using Laravel Forge (Fantastic service). I've setup my server and have my site up and running. However, I cant seem to figure out how to import my existing database data to my new database. Cant someone point me in the right direction?
Next depending on what you need, you can either Backup the original (local?) database or you can create an Export of the selected tables' content as SQL. Then Import the resulting SQL file into the remote database.