parent
38bfebe2a6
commit
3d2dd0ffb8
|
@ -27,7 +27,7 @@
|
|||
$password = "pixel";
|
||||
$db_name = "pixeltube_db";
|
||||
|
||||
$conn = new mysqli($server, $username, $password, $db_name)
|
||||
$conn = new mysqli($server, $username, $password, $db_name);
|
||||
|
||||
if ($conn->connect_error) {
|
||||
die("Connection failed: " . $conn->connect_error);
|
||||
|
|
Loading…
Reference in New Issue