Test de connexion à la base
This commit is contained in:
parent
5801065732
commit
60294bb48b
@ -22,7 +22,6 @@ class EnvoiController extends Zend_Controller_Action
|
||||
//Récupérer les clients
|
||||
$dbConfig = array(
|
||||
'host' => MYSQL_HOST,
|
||||
'port' => MYSQL_PORT,
|
||||
'username' => MYSQL_USER,
|
||||
'password' => MYSQL_PASS,
|
||||
'dbname' => MYSQL_DEFAULT_DB,
|
||||
|
@ -1,9 +1,8 @@
|
||||
<?php
|
||||
|
||||
// Base de données de S&D
|
||||
define('MYSQL_HOST', '88.190.14.56');
|
||||
define('MYSQL_PORT', '53336');
|
||||
define('MYSQL_HOST', '88.190.14.56:53336');
|
||||
define('MYSQL_USER', 'wsuser');
|
||||
define('MYSQL_PASS', 'scores');
|
||||
define('MYSQL_PASS', 'wspass2012');
|
||||
define('MYSQL_DEFAULT_DB', 'jo');
|
||||
define('MYSQL_SQL_LOG', 'NONE');
|
Loading…
Reference in New Issue
Block a user