How to distribute database with game

Hi,

I am creating a game where I need to work with database. I was trying to work with online free MySQL database (but after few week “free” time expired and I had to pay or lost my data) … then I was developing with local database ( using XAMPP and localhost ) but I am little confused how to distribute my program with database. Is there any approach that will help me. I need to copy database into a files ? or something like that (every program will have some basic data and other data it create separately)

Thanks ( I hope that somebody understand my poor English … :smiley: )