[Eisfair] wordpress find?==?utf-8?Q?et keine Verbindung zur Date?==?utf-8?Q?nbank

Frans de Vre frans_de_vre at web.de
Fr Feb 12 18:04:38 CET 2016


Für solche Fälle benütze ich immer ein mini-php script zum
testen<?php
// Try both "localhost" and "127.0.0.1" 
$servername = "localhost";
$username = "wwwrun";
$password = "wwwrun"; 

// Create connection
$conn = new mysqli($servername, $username, $password); 

// Check connection
if ($conn->connect_error) {
    die("Connection failed: " . $conn->connect_error);
} 
echo "Connected successfully";
?>

Cheers   /Frans


Mehr Informationen über die Mailingliste Eisfair