I have a program and i would like it to have mysql support so I was wondering how can I implement mysql to correspond with my program?
What's the program written it, and what platforms is it means to be installed on? You can embed MySQL with another software program. However, the licensing starts to get complicated when you start distributing software together. Sqlite would be another good option to embed. If you do a search for "embed mysql" you should find a bunch of resources on how to do it.