Arkadaşlar local de çalışmak için Appserver 8.4.0 kurdum sorunsuz çalışıyordu sıkıntı yoktu biri Appserver sildi tekrar yükledim resimdeki bu hatayı alıyorum kullanıcı bilgileri dogru id si root şifre de 1 den 9 kadar acaba çözümü nedir ben bulamadım ya bir el atın lütfen...
<?php /* * This is needed for cookie based authentication to encrypt password in * cookie */ $cfg['blowfish_secret'] = 'xampp'; /* YOU SHOULD CHANGE THIS FOR A MORE SECURE COOKIE AUTH! */
/* * Servers configuration */ $i = 0;
/* * First server */ $i++;
/* Authentication type and info */ $cfg['Servers'][$i]['auth_type'] = 'config'; $cfg['Servers'][$i]['user'] = 'root'; $cfg['Servers'][$i]['password'] = ''; $cfg['Servers'][$i]['extension'] = 'mysqli'; $cfg['Servers'][$i]['AllowNoPassword'] = true; $cfg['Lang'] = '';
/* Bind to the localhost ipv4 address and tcp */ $cfg['Servers'][$i]['host'] = '127.0.0.1'; $cfg['Servers'][$i]['connect_type'] = 'tcp';
/* User for advanced features */ $cfg['Servers'][$i]['controluser'] = 'pma'; $cfg['Servers'][$i]['controlpass'] = '';
< Resime gitmek için tıklayın >