Did this:
revoke all on D_name_01.* from trial_user_01;
and got this response:
ERROR 1141 at line 4: There is no such grant defined for user 'trial_user_01' on host '%'
Is is possible to issue a conditional revoke statement so that the revoke is
performed only if applicable
or
NOT performed if not applicable