Wordpress, nd aide pour completer un fichier php

Statut
N'est pas ouverte pour d'autres réponses.

GUMBAL

💎💎💎💎💎
Slt à tous,

J'aimerais en fait faire mon wordpress, mais il y'a un petit probleme, celui ci :

Error establishing a database connection
This either means that the username and password information in your wp-config.php file is incorrect or we can't contact the database server at 1000gp.ovh.net. This could mean your host's database server is down.

Are you sure you have the correct username and password?
Are you sure that you have typed the correct hostname?
Are you sure that the database server is running?
If you're unsure what these terms mean you should probably contact your host. If you still need help you can always visit the WordPress Support Forums.
Les infos :
(je suis chez ovh, et je ne suis pas sur de mettre les bonnes infos, qqun aurait une idée ? (j'ai déjà essayé avec mon login+pw ftp ovh, + le host de mon ftp ovh, etc..) mais je ne trouve rien qui fonctionne correctement ..


Merci pour votre aide.

<?php
// ** MySQL settings ** //
define('DB_NAME', 'xxxx'); // The name of the database
define('DB_USER', 'xxxx'); // Your MySQL username
define('DB_PASSWORD', 'xxxx'); // ...and password
define('DB_HOST', 'xxxx'); // 99% chance you won't need to change this value

// You can have multiple installations in one database if you give each a unique prefix
$table_prefix = 'wp_'; // Only numbers, letters, and underscores please!

// Change this to localize WordPress. A corresponding MO file for the
// chosen language must be installed to wp-includes/languages.
// For example, install de.mo to wp-includes/languages and set WPLANG to 'de'
// to enable German language support.
define ('WPLANG', 'fr_FR');

/* That's all, stop editing! Happy blogging. */

define('ABSPATH', dirname(__FILE__).'/');
require_once(ABSPATH.'wp-settings.php');
?>
 
1er
OP
GUMBAL

GUMBAL

💎💎💎💎💎
mysql4
gumbal_ovh

arf, ca fonctionne avec cela

merci qd même ; )
 
F

Fx07s

ex membre
deterrage de post, je galere au meme endroit :-D

personne pour m'aider ??

J'ai un hebergement OVH start5g

Mais je pige pas trop le MySQL :roll:

Edit:

trouver...

define('DB_HOST', 'mysql5-2'); // Dans la plupart des cas, vous n'aurez pas a modifier cette ligne

:dead:
 
Statut
N'est pas ouverte pour d'autres réponses.
Haut