If one is using MySQL as a back-end then how could one deploy the database that is made in the development machine to the client's machine?
Printable View
If one is using MySQL as a back-end then how could one deploy the database that is made in the development machine to the client's machine?
Two ways:
My company has a team of folks that visit client sites and sets up our database prior to the installation of the software that have purchased from us. It is a bit more involved than that, but you get the idea. Of course, this requires the company for which you are working to employ such a team, and often this option is not viable.
The other way is to do a backup of your database, dump the backup to CD, ship the CD to your customer along with specific instructions on how to perform the restore on their database server.