• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Hướng dẫn đổi mật khẩu root trên xampp

Admin

Well-Known Member
Staff member
Administrator
Các bạn vào http://localhost/phpmyadmin sau đó làm như hình dưới

tuoitrevnbiz30012013.jpg


Sau đó bạn nhập mật khẩu mới cho username root


tuoitrevnbiz30012013.jpg


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;
Sửa thành
PHP:
/* Authentication type and info */
$cfg['Servers'][$i]['auth_type'] = 'http';
$cfg['Servers'][$i]['AllowNoPasswordRoot'] = true;
Demo
tuoitrevnbiz30012013.png
 

Facebook Comments

Similar threads

New posts New threads New resources

Back
Top