Skip to content

Instantly share code, notes, and snippets.

@lgolubyev
Last active August 11, 2022 19:38
Embed
What would you like to do?
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