Guest User

MySQL connection string

a guest
Aug 20th, 2015
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.19 KB | None | 0 0
  1. <connectionStrings>
  2.     <add name="mysqlCon"
  3.     connectionString="Server=localhost;Database=dbName;Uid=username;Pwd=password"providerName="MySql.Data.MySqlClient" /> </connectionStrings>
Advertisement
Add Comment
Please, Sign In to add comment