I want to create a new mysql user and database demo in my company. Here is the commands i input in the mysql.exe :
create user 'admin'@'localhost' identified by 'admin';
create database dem;
Everytime i have that response:
access denied for user ''@'localhost' to database.
Actually i refered to that similar question :
Can anyone help please ???