Ok,
this is what i have searched, i am sure this will help :
You need to add the username with SQL as follows :
GRANT SELECT, INSERT, UPDATE, DELETE, LOCK TABLES ON winestores.* TO username@127.0.0.1 IDENTIFIED by 'password';
Rodricks is very near to a resolution though
