Skip to content

Commit

Permalink
edit is that i added the username, password, and database to the conn…
Browse files Browse the repository at this point in the history
…ection file
  • Loading branch information
jsn13002 committed Apr 13, 2017
1 parent ae0cd70 commit cad0d67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions phpsqlsearch_dbinfo.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// this will connect it to the mySQL database

<?php
$username= "username";
$password = "password" ;
$database= "username-databaseName";
$username= "db10e41481317066";
$password = "jXLUjNG/cQxm4VJSionhDKdcT4BT1Dos7sZMddlapa/8LYDpDNz+3hwGCz8Shon" ;
$database= "db10e41481317066";

?>

0 comments on commit cad0d67

Please sign in to comment.