
Originally Posted by
jacobkball
deronsizemore,
What you would need to do once you have your database set up just the way you want it on your own system, is EXPORT the database (usually to a text file, ie mystuff.sql) then you would IMPORT that file to the database with your web host. You'll need to read the info on the MySQL website about importing/exporting.
Most hosting providers use PHPMyAdmin as the interface with their databases, and it's pretty straightforward to use. You can also set PHPMyAdmin up on your own system as well (that's what I've done).
Hope this gets you pointed in the right direction!
Bookmarks