Unable to connect to any specified mysql hosts
.NET (Core and Framework)
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I have had to move my work accross to a different machine as my laptop has decided to stop working! I have pulled the project accross and i have the same setup as before with mysql 5 and connector.net 1.0.9 But i just can't get .net to connect to mysql using this setup for some annoying reason as there is no difference between the setup of the two machines Does anyone have any suggestions my connection string takes the followin form
connectionString = "Server=localhost; Database=ftp1; User ID=;Password=;Pooling=false;Connection Timeout=10;Protocol=socket;Port=3306;"