Skip to content

Instantly share code, notes, and snippets.

@lgolubyev
Last active August 11, 2022 19:38
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/46f479f37fdf08c7a4564e2675653cb2 to your computer and use it in GitHub Desktop.
Save lgolubyev/46f479f37fdf08c7a4564e2675653cb2 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