1. 程式人生 > >個人計算機程式設計環境配置

個人計算機程式設計環境配置

xampp 3.2.2


  • Let phpMyAdmin know the changes

1.0 Open (in plain text editor of your choice) the file \xampp\phpMyAdmin\config.inc.php
2.0 search for the line
CODE: SELECT ALL
$cfg['Servers'][$i]['password'] = 'mypassword';
修改為

$cfg['Servers'][$i]['password'] = 'mypassword';
/* 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'] = '';