add semakin imut

This commit is contained in:
ryan
2025-10-09 11:03:05 +07:00
parent bec25071eb
commit 85fc69c091
6348 changed files with 1138634 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<?php
// koneksi localhost
// $open = mysqli_connect("127.0.0.1", "root", "", "perawatigd");
// koneksi server ugd
$open = mysqli_connect("127.0.0.1", "www-data", "www-data", "perawatigd");
if (!$open) {
echo "Error: Unable to connect to MySQL." . PHP_EOL;
echo "Debugging errno: " . mysqli_connect_errno() . PHP_EOL;
echo "Debugging error: " . mysqli_connect_error() . PHP_EOL;
exit;
}