Không ngừng học hỏi - Rèn luyện Kỹ Năng - Chia sẻ Kinh Nghiệm
Thứ Hai, 30 tháng 5, 2016
Thay đổi mật khẩu root của mysql
service mysqld stop
mysqld_safe --skip-grant-tables &
mysql --user=root mysql
update user set Password=PASSWORD('new-password') where user='root';
flush privileges;
exit;
Không có nhận xét nào:
Đăng nhận xét