View Single Post
  #6 (permalink)  
Old 02-27-08, 07:25
Sean Sean is offline
Moderator
 
Join Date: Oct 2005
Posts: 346
Default

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
Reply With Quote