Hello
I have a mysql database in hard drive (localhost) that works well, but now i've bought a webspace online and i'm trying to upload the database into my new webspace anyone got any ideas how i can do this?
use a database utility like phpmyadmin, mysql front or mysql control center to do a dump of the structure and data. Probably under export, or sql. This will result in a file. Run this file on your host using the same software.