Quick question - is it possible to change the password of a user that has been entered into the "user" table under the MySQL database via a WinForm app?
I've been inserting and selecting data from a database I created, but if I ever wanted to change the MySQL password, I was wondering if this is possible via C#. Reason I say this is because ATM the connectionstring is hard-coded to take the username and password (maybe someone can give advice on how not to store the password in the connection string in App.config too).
Thanks :)