Người dùng mới tạo thiếu tùy chọn cấp trên *.* (cần thiết cho grant create user on *.* ... )
GRANT GRANT OPTION ON *.* TO 'new_user'@'%';
GRANT GRANT OPTION ON *.* TO 'new_user'@'localhost';
Người dùng mới tạo thiếu tùy chọn cấp trên *.* (cần thiết cho grant create user on *.* ... )
GRANT GRANT OPTION ON *.* TO 'new_user'@'%';
GRANT GRANT OPTION ON *.* TO 'new_user'@'localhost';