summaryrefslogtreecommitdiff
path: root/automated/linux/lamp/html/connect-db.php
diff options
context:
space:
mode:
Diffstat (limited to 'automated/linux/lamp/html/connect-db.php')
-rw-r--r--automated/linux/lamp/html/connect-db.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/automated/linux/lamp/html/connect-db.php b/automated/linux/lamp/html/connect-db.php
index ee42caf..c43dff7 100644
--- a/automated/linux/lamp/html/connect-db.php
+++ b/automated/linux/lamp/html/connect-db.php
@@ -1,7 +1,7 @@
<?php
$servername = "localhost";
$username = "root";
-$password = "lamptest";
+$password = "lxmptest";
// Create connection
$conn = new mysqli($servername, $username, $password);