Update DB.php
This commit is contained in:
parent
9481897339
commit
9d9ba11d61
2
DB.php
2
DB.php
|
|
@ -11,7 +11,7 @@
|
||||||
//phpinfo();
|
//phpinfo();
|
||||||
$servername = 'localhost';
|
$servername = 'localhost';
|
||||||
$username = 'tux';
|
$username = 'tux';
|
||||||
$password = 'Linux741!';
|
$password = '*************';
|
||||||
|
|
||||||
//On établit la connexion
|
//On établit la connexion
|
||||||
$conn = new mysqli($servername, $username, $password);
|
$conn = new mysqli($servername, $username, $password);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue