You export the database and then import it into your host. The instructions for doing so depend on what tools you have access to. You can use the mysqldump command to export a database on command line. You would then use the mysql command to import it. If you only have web browser access to your host, you will need to use something like phpmyadmin to import the database, or whatever web tool your host has for doing this.
Comments
You export the database and
You export the database and then import it into your host. The instructions for doing so depend on what tools you have access to. You can use the mysqldump command to export a database on command line. You would then use the mysql command to import it. If you only have web browser access to your host, you will need to use something like phpmyadmin to import the database, or whatever web tool your host has for doing this.