coppermine-gallery.com/forum

Support => Français (French) => Language Specific Support => cpg1.4.x Français (French) => Topic started by: emma on January 29, 2005, 12:57:48 PM

Title: changement MySQL
Post by: emma on January 29, 2005, 12:57:48 PM
mon hebergeur a changer de base MySQL avant c'etait "localhost" et maintenat c'est"mysql.keohosting.net"
et je sais pas c'est ou que je peux changer cette information pour que je puisse réacceder a mes albums.
Si quelqu'un pouvait m'aider.
Title: Re: changement MySQL
Post by: nol33t on January 29, 2005, 01:02:42 PM
cette info est dans le fichier include/config.inc.php

tu dois avoir ça:

$CONFIG['dbserver'] = "localhost ";


et il faut que tu remplaces par:

$CONFIG['dbserver'] = "mysql.keohosting.net"; 


-matt-
Title: Re: changement MySQL
Post by: pyranha on January 29, 2005, 01:05:37 PM
bonjour

tu dois modifer le fichier config.inc.php qui se trouve dans le dossier include :

coppermine/include/config.inc.php
Title: Re: changement MySQL
Post by: emma on January 29, 2005, 01:40:26 PM
ok merci pour vos reponses