Membuat Database anda aman? Ingin membuat halaman login pada phpmysql anda? Mungkin anda bisa ikuti langkah langkah berikut ini..
ubah konfigurasi yang ada di folder phpmyadmin/config.inc.php :
line 45 :
$cfg['blowfish_secret'] = '123';
line 71 - 73 :
$cfg['Servers'][$i]['auth_type'] = 'cookie'; // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user'] = 'root'; // MySQL user
$cfg['Servers'][$i]['password'] = '123'; // MySQL password (only needed
// with 'config' auth_type)
Smoga bermanfaat!






english
indonesian
