We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1d3e89 commit c89b4b6Copy full SHA for c89b4b6
php/db.php
@@ -1,6 +1,6 @@
1
<?php
2
ini_set('display_errors', 1);
3
-$servername = "localhost";
+$servername = "10.147.1.249";
4
$username = "root";
5
$password = "root";
6
$dbname = "budget";
0 commit comments