Bạn cần đặt mật khẩu cho [email protected]
để trống. Có hai cách:
-
MySQL
SET PASSWORD
lệnh:SET PASSWORD FOR [email protected]=PASSWORD(''); -- MySQL 5.x SET PASSWORD FOR [email protected]=''; -- MySQL 8.x
-
Sử dụng dòng lệnh
mysqladmin
công cụ:mysqladmin -u root -pType_in_your_current_password_here password ''