Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(687)

Delta Between Two Patch Sets: DB/config.php

Issue 335100043: DB with histogram
Left Patch Set: Fixing last bug Created 6 years, 3 months ago
Right Patch Set: DB Created 6 years, 2 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « DB/API_REST/utils/restart.sh ('k') | DB/daemon_db » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 <?php 1 <?php
2 //ini_set('display_errors', 1); 2 //Connect to the VM database through a PDO request
3
4 try 3 try
5 { 4 {
6 $bdd = new PDO('mysql:host=localhost;dbname=SDN_Data;charset=utf8', 'roo t', 'sdn2017'); 5 $bdd = new PDO('mysql:host=localhost;dbname=SDN_Data;charset=utf8', 'roo t', 'sdn2017');
7 } 6 }
8 catch (Exception $e) 7 catch (Exception $e)
9 { 8 {
10 die('Erreur : ' . $e->getMessage()); 9 die('Erreur : ' . $e->getMessage());
11 } 10 }
12 11
13 ?> 12 ?>
14 13
15 14
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b