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 strong>
- Ev Sahipliği ----- localhost
- Veritabanı Adı ---- Magento (zaten phpMyAdmin içinde oluşturulan)
- Kullanıcı Adı ----- kök
- Şifre ----- boş
Web access options strong>
Temel URL ------ http://127.0.0.1/magento/
Admin Path ------ Admin
---- Kontrol Grafikler etkinleştirin
Sonraki Adım önce Temel URL Doğrulama atla - İşaretli
Kullanımı Web Sunucusu (Apache) Yeniden yazımlar --- denetlenmeyen
Güvenli URL'leri (SSL) ---- denetlenmeyen kullanın
Session Storage Options strong>
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: strong> 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'] = '';