Skip to content

Instantly share code, notes, and snippets.

@GiovanniMounir
Created October 28, 2012 23:59
Show Gist options
  • Save GiovanniMounir/3970528 to your computer and use it in GitHub Desktop.
Save GiovanniMounir/3970528 to your computer and use it in GitHub Desktop.
ReadConnection = new MySqlConnection("Server='server';Database='" + mysqlDatabase + "';Username='" + mysqlUser + "';Password='" + mysqlPassword + "'");
ReadConnection.Open();
Connected = true;
WriteConnection = new MySqlConnection("Server='server';Database='" + mysqlDatabase + "';Username='" + mysqlUser + "';Password='" + mysqlPassword + "'");
WriteConnection.Open();
Refreshdown = 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment