Skip to content

Instantly share code, notes, and snippets.

@lgolubyev
Last active August 11, 2022 19:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lgolubyev/0dff9fd8439c28491d81eabdfc82ae46 to your computer and use it in GitHub Desktop.
Save lgolubyev/0dff9fd8439c28491d81eabdfc82ae46 to your computer and use it in GitHub Desktop.
string connectionString =
"datasource=dev.bytehide.com;
port=3306;
username=root;
password=secret;
database=test;";
MySqlConnection databaseConnection = new MySqlConnection(connectionString);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment