Test de connexion à la base

This commit is contained in:
Michael RICOIS 2012-01-27 16:19:22 +00:00
parent 5801065732
commit 60294bb48b
2 changed files with 2 additions and 4 deletions

View File

@ -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,

View File

@ -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');