votes
C# application, Read from MySQL Database. Deployed into other machines
if I have a C# application which reads from a local MYSQL database, and when I compiled that C# application, I want to deploy that compiled application into another machine or notebook. Does that mean that I have to re-create the same datab ...
