Hi all, im begging for help again 
I am moving one of my sites over from a free host to here as although the uptime is good (for a free host), i want to have a bit more control over the site in general.
I have figured out moving the scripts files via FTP, and thats not my problem, my problem is with the MySql side of things. I have been given some advice by other users on their forum, but they can not really give me any info for this side of the move.
When I export the MySql database are these settings correct?
So - I know WHERE to upload the MySql details from my old host, but thats as far as I have got.
Here's the tips/advice i got from the other forum
Create an empty database - is this a MySql database?
I assume that this is in the script that i'm moving?
Many thanks for your advice
Russell

I am moving one of my sites over from a free host to here as although the uptime is good (for a free host), i want to have a bit more control over the site in general.
I have figured out moving the scripts files via FTP, and thats not my problem, my problem is with the MySql side of things. I have been given some advice by other users on their forum, but they can not really give me any info for this side of the move.
When I export the MySql database are these settings correct?
Export All / Selected Tables
(If you're not sure, select both.)
Structure (selected) Data (selected)
Advanced:
Export with extended inserts (selected)
(If not sure, leave this on . It greatly reduces output size).
Add DROP TABLE IF EXISTS (selected)
(If not sure, leave this on).
Export in:
.sql or compressed .gz which should i select for this option?
(If you're not sure, select both.)
Structure (selected) Data (selected)
Advanced:
Export with extended inserts (selected)
(If not sure, leave this on . It greatly reduces output size).
Add DROP TABLE IF EXISTS (selected)
(If not sure, leave this on).
Export in:
.sql or compressed .gz which should i select for this option?
Here's the tips/advice i got from the other forum
On the other server you most probably have some tools to manage databases, most commonly used is PHPMyAdmin - simply create empty database in there and import the database content from the file that you exported to from old database in here.
Most likely you will need to re-configure the script you use in some configuration/settings.php file to apply new database login credentials
Many thanks for your advice
Russell
Comment