VitalyD

Untitled

Jul 1st, 2018
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.30 KB | None | 0 0
  1.             server = "185.195.25.198";
  2.             database = "musictest";
  3.             uid = "root";
  4.             port = 3306;
  5.             password = "mysqluserpassword";
  6.  
  7.             string connString;
  8.             connString = $"SERVER={server}; PORT ={port}; DATABASE ={database};UID={uid};PASSWORD={password};";
Advertisement
Add Comment
Please, Sign In to add comment