Skip to content

Commit

Permalink
for Liad's testing
Browse files Browse the repository at this point in the history
  • Loading branch information
MPalarya authored Aug 28, 2016
1 parent c0c1758 commit cb094ce
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions php/DbWrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,15 @@ class DbWrapper {
private $dbname = "profilyze";//"profileanalysis"; */

#region Fields
private $servername = "mysqlsrv.cs.tau.ac.il";//"localhost";
private $username = "DbMysql07";//"root";
private $password = "DbMysql07";//"";
private $dbname = "DbMysql07";//"profileanalysis";
#private $servername = "mysqlsrv.cs.tau.ac.il";//"localhost";
#private $username = "DbMysql07";//"root";
#private $password = "DbMysql07";//"";
#private $dbname = "DbMysql07";//"profileanalysis";

private $servername = "sql7.freemysqlhosting.net";//"localhost";
private $username = "sql7133362";//"root";
private $password = "gtHhvP4WI6";//"";
private $dbname = "sql7133362";//"profileanalysis";

private $allowed_tables_array = array();

Expand Down Expand Up @@ -1243,4 +1247,4 @@ public function most_accurate(){
}
#endregion Methods (public)
}
?>
?>

0 comments on commit cb094ce

Please sign in to comment.