+33 3 83 56 65 26 +33 6 87 42 95 30 Cette adresse e-mail est protégée contre les robots spammeurs. Vous devez activer le JavaScript pour la visualiser. Lun-Ven : 9.00 à 17.00

Nouveau site Chez 1and 1 et Unable to connect to the database:Could not connect to MySQL

Plus d'informations
02 Fév 2010 13:14 #7 par grandnovice
C'est la même erreur.

Connectez-vous ou Créer un compte pour participer à la conversation.

Plus d'informations
02 Fév 2010 13:26 #8 par lotfi_universal
Salut,

Si tu est sur que tu n'a pas fait des erreurs, tu peut simplement contacter ton hébergeur!


Voilà un petit tutoriel spécial 1&1: www.foubrak.com/_formation/f_joomla_install/

Pas de support en MP sans y être invité.
Merci de vous conformer aux règles du forum

Connectez-vous ou Créer un compte pour participer à la conversation.

Plus d'informations
02 Fév 2010 13:30 #9 par grandnovice
Merci pour la vidéo, je l'avais lu avant de poster .

Connectez-vous ou Créer un compte pour participer à la conversation.

Plus d'informations
02 Fév 2010 13:41 #10 par lotfi_universal
grandnovice écrit:

Merci pour la vidéo, je l'avais lu avant de poster .


c'est un simple fil pour t'aider car je ne suis pas familiarisé avec cet hébergeur !

si lavsteph passe par ici, il va bien t'aider car je suppose qu'il le connais bien.....!

Pas de support en MP sans y être invité.
Merci de vous conformer aux règles du forum

Connectez-vous ou Créer un compte pour participer à la conversation.

Plus d'informations
02 Fév 2010 13:44 #11 par grandnovice

Connectez-vous ou Créer un compte pour participer à la conversation.

Plus d'informations
02 Fév 2010 16:08 #12 par tramber91
Vite fait

tu as toute les infos de connexion au niveau de Administration de MySQL


sauf le mot de passe que tu as renseigné precedement lors de la creation de la BDD

tu dois etre en mysql 5.0 et base etat disponible
tu rentres il me semble
serveur
utilisateur
mot de passe
et nom de BDD

des fois on intervertit serveur et nom de BDD
surtout supprimes ton configuration.php et recommence l'install

ton .htaccess est OK ?
sinon voici le mien

remplace tonsite.fr par le nom de ton site

Code:
<Files .htaccess> order allow,deny deny from all </Files> <Files configuration.php> order allow,deny deny from all </Files> AddType x-mapp-php5 .php #AddCharset UTF-8 .html RewriteCond %{HTTP_HOST} !^tonsite.fr RewriteRule (.*) http://www.tonsite.fr/$1 [R=301,L] ##################################################### ##################################################### # READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE # # The line just below this section: 'Options +FollowSymLinks' may cause problems # with some server configurations. It is required for use of mod_rewrite, but may already # be set by your server administrator in a way that dissallows changing it in # your .htaccess file. If using it causes your server to error out, comment it out (add # to # beginning of line), reload your site in your browser and test your sef url's. If they work, # it has been set by your server administrator and you do not need it set here. # # Only use one of the two SEF sections that follow. Lines that can be uncommented # (and thus used) have only one #. Lines with two #'s should not be uncommented # In the section that you don't use, all lines should start with # # ##################################################### ## Can be commented out if causes errors, see notes above. # mod_rewrite in use RewriteEngine On Options +FollowSymLinks ServerSignature Off ########## Begin - Rewrite rules to block out some common exploits ## If you experience problems on your site block out the operations listed below ## This attempts to block the most common type of exploit `attempts` to Joomla! # ########## Begin - Rewrite rules to block out some common exploits ## If you experience problems on your site block out the operations listed below ## This attempts to block the most common type of exploit `attempts` to Joomla! # Block out any script trying to set a mosConfig value through the URL RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR] # Block out any script trying to base64_encode crap to send via URL RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR] # Block out any script that includes a <script> tag in URL RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR] # Block out any script trying to set a PHP GLOBALS variable via URL RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR] # Block out any script trying to modify a _REQUEST variable via URL RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2}) [OR] # securite en plus RewriteCond %{QUERY_STRING} ^.*(;|<|>|'|"|\)|%0A|%0D|%22|%27|%3C|%3E|%00).*(/\*|union|select|insert|cast|set|declare|drop|update|md5|benchmark).* [NC,OR] RewriteCond %{QUERY_STRING} ^.*(localhost|loopback|127\.0\.0\.1).* [NC,OR] RewriteCond %{QUERY_STRING} ^.*(<|>|'|%0A|%0D|%27|%3C|%3E|%00).* [NC,OR] # Disable TRACE & TRACK methods RewriteCond %{REQUEST_METHOD} ^(HEAD|TRACE|DELETE|TRACK) [NC,OR] RewriteCond %{THE_REQUEST} ^.*(\\r|\\n|%0A|%0D).* [NC,OR] RewriteCond %{HTTP_REFERER} ^(.*)(<|>|'|%0A|%0D|%27|%3C|%3E|%00).* [NC,OR] RewriteCond %{HTTP_COOKIE} ^.*(<|>|'|%0A|%0D|%27|%3C|%3E|%00).* [NC,OR] # RewriteCond %{REQUEST_URI} ^/(,|;|:|<|>|">|"<|/|\\\.\.\\).{0,9999}.* [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^$ [OR] RewriteCond %{HTTP_USER_AGENT} ^(java|curl|wget).* [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^.*(winhttp|HTTrack|clshttp|archiver|loader|email|harvest|extract|grab|miner).* [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^.*(libwww-perl|curl|wget|python|nikto|scan).* [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^.*(<|>|'|%0A|%0D|%27|%3C|%3E|%00).* [NC] #RewriteRule .* - [F,L] # Send all blocked request to homepage with 403 Forbidden error! RewriteRule ^(.*)$ index.php [F,L] RewriteBase / ########## End - Rewrite rules to block out some common exploits ########## Begin - Joomla! core SEF Section # RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !^/index.php RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$ [NC] RewriteRule (.*) index.php RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L] # ########## End - Joomla! core SEF Section

Pas de support en MP sans y être invité. Merci
Merci de vous conformer aux règles du forum. Un merci, Cela fait toujours plaisir ;)
www.en-toutes-lettres.fr - Digital

Connectez-vous ou Créer un compte pour participer à la conversation.

Modérateurs: lavstephtramber91Scottuxserge
Temps de génération de la page : 0.304 secondes

News extensions

News Communautés

Livres-Revues

News sécurité