I want to create a new user in mysql with syntax:
create user \'demo\'@\'localhost\' identified by \'password\';
But it returns an error: <
If the mysql is hosted on aws , just uninstall the plugin. From the root user fire below
UNINSTALL PLUGIN validate_password;