How do I set up 'connectionString' for a mySQL database for Hangfire?
问题 I'm trying to integrate hangfire into my .NET core web app. I have followed the instructions on the Hangfire quickstart by installing all necessary packages. I also installed an extension called Hangfire MySql and installed the necessary packages for it. Step 1 says to 'Create new instance of MySqlStorage with connection string constructor parameter and pass it to Configuration with UseStorage method:' GlobalConfiguration.Configuration.UseStorage( new MySqlStorage(connectionString)); Also it