Commit 56c9d28a authored by Nico Schallehn's avatar Nico Schallehn

test

parent 7ee35013
......@@ -9,15 +9,15 @@ $String = exec('find '.$dir.' * | grep mkv');
//var_dump(scandir($String));
echo $String;*/
//$mysqli = new mysqli("", "MediaDB", "MediaDB", "MediaDB");
//$mysqli = new mysqli("192.168.0.32", "MediaDB", "MediaDB", "MediaDB");
// Verbindung zu localhost auf port 3307
$link = mysql_connect('192.168.0.23:3307', 'MediaDB', 'MediaDB');
/*$link = mysql_connect('192.168.0.23:3307', 'MediaDB', 'MediaDB');
if (!$link) {
die('Verbindung schlug fehl: ' . mysql_error());
}
echo 'Erfolgreich verbunden';
*/
echo $mysqli->error;
$Notindexed;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment