Các bạn vào http://localhost/phpmyadmin sau đó làm như hình dưới
Sau đó bạn nhập mật khẩu mới cho username root
Tiếp theo, bạn vào thư mục cài đặt xampp tìm file
xampp\phpMyAdmin\config.inc.php
Tìm
Sửa thành
Demo
Sau đó bạn nhập mật khẩu mới cho username root
Tiếp theo, bạn vào thư mục cài đặt xampp tìm file
xampp\phpMyAdmin\config.inc.php
Tìm
PHP:
/* Authentication type and info */
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
$cfg['Servers'][$i]['AllowNoPasswordRoot'] = true;
PHP:
/* Authentication type and info */
$cfg['Servers'][$i]['auth_type'] = 'http';
$cfg['Servers'][$i]['AllowNoPasswordRoot'] = true;