We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46bb91d commit 7859ee8Copy full SHA for 7859ee8
html/includes/db_connect.php
@@ -4,8 +4,8 @@
4
session_start();
5
}
6
7
-// MySQL connection
8
-$mysqli = new mysqli('db','mktuser','mkpass','marketplace');
+// MySQL connection - AWS RDS
+$mysqli = new mysqli('ourawork.ckb40aqwiavq.us-east-1.rds.amazonaws.com','admin','family95','marketplace');
9
if ($mysqli->connect_error) {
10
die('DB connect error: ' . $mysqli->connect_error);
11
0 commit comments