[Hướng dẫn] Đổi mật khẩu Root trên Xampp - Vũ Thanh Lai SVIT
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
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
Sửa thành
PHP Code:
/* 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 Code:
/* Authentication type and info */$cfg['Servers'][$i]['auth_type'] = 'http';$cfg['Servers'][$i]['AllowNoPasswordRoot'] = true;
Comments
Post a Comment