Windows üzerinde Magento kurulum xampp Veritabanı bağlantı hatası gösterir?

0 Cevap php

I am using the xampp Version 1.6.4 with PHP Version 5.2.4 and I am trying to Install the Magento latest version on xampp.I got the error in the configuration page.That is, it shows the 'Database connection error.'.
Fields I filled up in the Page:

Database Connection

  1. Ev Sahipliği ----- localhost
  2. Veritabanı Adı ---- Magento (zaten phpMyAdmin içinde oluşturulan)
  3. Kullanıcı Adı ----- kök
  4. Şifre ----- boş

Web access options

  1. Temel URL ------ http://127.0.0.1/magento/

  2. Admin Path ------ Admin

  3. ---- Kontrol Grafikler etkinleştirin

  4. Sonraki Adım önce Temel URL Doğrulama atla - İşaretli

  5. Kullanımı Web Sunucusu (Apache) Yeniden yazımlar --- denetlenmeyen

  6. Güvenli URL'leri (SSL) ---- denetlenmeyen kullanın

Session Storage Options

11.Save Oturum Veri Girişi - Dosya sistemi

Ben error.I neden bilmiyorum görüntüler devam ediyor mu? Bana bu konuda yardımcı olun tıkladığınızda zaten phpMyadmin.But de Magento veritabanını oluşturduk.

Update: phpMyadminConfiguration

$cfg['PmaAbsoluteUri'] = '';
$cfg['PmaNoRelation_DisableWarning']  = FALSE;
$cfg['blowfish_secret'] = 'xampp';
$i = 0;
$i++;
$cfg['Servers'][$i]['host']          = 'localhost'; 
$cfg['Servers'][$i]['port']          = '';         
$cfg['Servers'][$i]['socket']        = '';         
$cfg['Servers'][$i]['ssl']           = false;       
$cfg['Servers'][$i]['connect_type']  = 'tcp';       
$cfg['Servers'][$i]['extension']     = 'mysql';     
$cfg['Servers'][$i]['compress']      = FALSE;       
$cfg['Servers'][$i]['controluser']   = '';          
$cfg['Servers'][$i]['controlpass']   = '';          // access to the "mysql/user"
$cfg['Servers'][$i]['auth_type']     = 'config';    
$cfg['Servers'][$i]['user']          = 'root';      
$cfg['Servers'][$i]['password']      = '';     
$cfg['Servers'][$i]['SignonSession'] = '';         
$cfg['Servers'][$i]['SignonURL']     = '';          
$cfg['Servers'][$i]['LogoutURL']     = '';          
$cfg['Servers'][$i]['nopassword']    = FALSE;       
$cfg['Servers'][$i]['only_db']       = '';          
$cfg['Servers'][$i]['hide_db']       = '';         
$cfg['Servers'][$i]['verbose']       = '';          
$cfg['Servers'][$i]['pmadb']         = '';          

0 Cevap