How do you find the server name for MySql database in SQL Server?
It shows you the Server name when you click on the Sql Server Manager.
Below is the sql Server connection string in Web.config where do you go to get the connection for MySql.
I tried the attached and got error.
I installed Using NuGet then MySql.data and added MySql.data to references.
<add name="CareerConnectionString" connectionString="Data Source=DESKTOP-V938BVQ\SCHOOLDATASQL;initial Catalog=SchoolCareer;Integrated Security=SSPI;Max Pool Size=300" providerName="System.Data.SqlClient" />
<add name="myCareerConnection" connectionString="server=localhost:3306;database=SchoolCareer;" providerName="System.Data.SqlClient"/>