Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: changement MySQL  (Read 5147 times)

0 Members and 1 Guest are viewing this topic.

emma

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Gender: Female
  • Posts: 83
    • Community Fan
changement MySQL
« 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.
Logged
La galerie la plus complète sur la série Community
http://community-fan.com/galerie/index.php

nol33t

  • Contributor
  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 244
  • Exploring Coppermine in every directions
    • tieum's pics
Re: changement MySQL
« Reply #1 on: January 29, 2005, 01:02:42 pm »

cette info est dans le fichier include/config.inc.php

tu dois avoir ça:
Code: [Select]
$CONFIG['dbserver'] = "localhost ";

et il faut que tu remplaces par:
Code: [Select]
$CONFIG['dbserver'] = "mysql.keohosting.net"; 

-matt-

pyranha

  • Coppermine newbie
  • Offline Offline
  • Posts: 2
Re: changement MySQL
« Reply #2 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
Logged

emma

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Gender: Female
  • Posts: 83
    • Community Fan
Re: changement MySQL
« Reply #3 on: January 29, 2005, 01:40:26 pm »

ok merci pour vos reponses
Logged
La galerie la plus complète sur la série Community
http://community-fan.com/galerie/index.php
Pages: [1]   Go Up
 

Page created in 0.019 seconds with 20 queries.