I exported my SQL database a while back and I would like to import those databases onto a new host. I have created the username and account name for the sql database as on the old host. but how do I go about importing the sql databases.
if that doesn't work, depending on the setup of the export file you could just write a script to parse the file and insert each item into the database, I had to do that for a client of mine.