I want to create a new user in mysql with syntax:
create user \'demo\'@\'localhost\' identified by \'password\';
But it returns an error: <
mysql> SET GLOBAL validate_password.policy = 0;