rename first db try to 1
parent
dc51e0ebae
commit
e82d0a1ae6
|
@ -9,7 +9,7 @@ $conn = mysqli_connect(
|
|||
);
|
||||
|
||||
$counter = 10;
|
||||
$count = 0;
|
||||
$count = 1;
|
||||
while (!$conn) {
|
||||
echo("Waiting for Database... $count / $counter\n");
|
||||
sleep(2);
|
||||
|
|
Loading…
Reference in New Issue