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