User Tools

Site Tools


2018-04-06

This is an old revision of the document!


<?php

$host = "localhost";
$username = "coding_user";
$password = "cheese";
$db_name = "coding";

$mysql_string = "mysql:host=$host;dbname=$db_name";

$db_connection = new PDO($mysql_string, $username, $password);


?>
LDAP: couldn't connect to LDAP server
2018-04-06.1554559524.txt.gz · Last modified: 2019/04/06 15:05 by nmckillop