Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- server = "localhost";
- database = "musictest";
- uid = "root";
- //port = 3306;
- password = "newpass";
- string connString;
- connString = $"SERVER={server}; DATABASE ={database};UID={uid};PASSWORD={password};";
Advertisement
Add Comment
Please, Sign In to add comment