I developed a winForm application with C # using entity framework on visual studio 2019 with a MySQL database, everything works on my machine. BUT when I install it on another machine I do not find how to configure it so that it connects to the database that is on another machine on a local network ... basically, I want to configure (" Database =; Data Source =; User Id =; Password = ")
need help, please.