I've got a database I needed to move from one server to another. I performed what I think is a successful dump into a text file however I don't know and can't find the process on how to upload the file into the new server so I can recover the data. I've created the database on the new server:
Code:
CREATE DATABASE finance;
Query OK, 1 row affected (0.00 sec)
Now I've copied the MySQL dump file to the server but don't know how I would execute the command to reload this into my newly created database 'finance'.