Hello,
When I tried to run the docker image I get this error
Unhandled exception. MySql.Data.MySqlClient.MySqlException (0x80004005): Unable to connect to any of the specified MySQL hosts.
---> System.ArgumentException: The host name or IP address is invalid.
at MySql.Data.Common.StreamCreator.GetTcpStreamAsync(MySqlConnectionStringBuilder settings, CancellationToken cancellationToken, Boolean execAsync)
at MySql.Data.Common.StreamCreator.GetStreamAsync(MySqlConnection
I have Mysql 8.0.34 installed
I created a user with all privileges
I am using docker desktop for windows with latest docker image
What am I doing wrong, please help.
Hi, Your MySQL server…
Hi,
Your MySQL server address is wrong. You need to check that.
BR,
Mikko