How can I connect unity with a mysql database?

hi usually work with C # is possible as would be the method to connect to a database myql?
thanks for everything

If you are deploying in browser, I would use a javascript AJAX call and then process the request through the database on the server side.

In unity javascript interfacing with the browser javascript is easy:

Application.ExternalCall(“functionName”,“parameter”, parameter, etc, etc);