Skip to content

Instantly share code, notes, and snippets.

@lhitchon
Created December 2, 2011 18:10
Show Gist options
  • Save lhitchon/1424231 to your computer and use it in GitHub Desktop.
Save lhitchon/1424231 to your computer and use it in GitHub Desktop.
$mysql_config = $services["mysql-5.1"][0]["credentials"];
$db = mysql_connect( $mysql_config["hostname"],
$mysql_config["username"],
$mysql_config["password"]);
mysql_select_db( $mysql_config["name"] );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment