Bonsoir, 
J'ai un petit coup de fatigue et je n'arrive pas à installer correctement phpsurvivor chez ovh. Je merdouille sur le sql
Le fichier config.php commence avec :
	
	
	
		
J'ai un trou de mémoire et je ne sais plus quoi mettre dans $databaselocation à la place des ????  localhost ou sql ( le serveur sql ovh) et si je mets localhost, où est-ce que j'indique le nom du serveur sql ???
Merci d'avance du coup de main
				
			J'ai un petit coup de fatigue et je n'arrive pas à installer correctement phpsurvivor chez ovh. Je merdouille sur le sql
Le fichier config.php commence avec :
		Code:
	
	// === Basic Setup
$databaselocation   =   "?????";   // Network location of your MySQL Database
$databaseport       =   "3306";        // The port of your MySQL Database (3306 is default)
$databasename       =   "toto"; // The name of the database that we will create
$databaseuser       =   "toto";        // The name of a user with rights to create db (or if db already exists, then rights within that db)
$databasepass       =   "Xybxs";            // Password of db user
$databasetabletype  =   "MyISAM";      // Default table type (only used if creating db automatically through script -eg "MyISAM" or "InnoDB"
$dbprefix           =   "surv_";            // A global prefix that can be added to all PHPSurveyor tables. Use this if you are sharing
                                       // a database with other applications. Suggested prefix is "phpsv_"Merci d'avance du coup de main
 
 
		 
     
 
		 
 
		