i create a site and upload and i create a new user and i want to link the database to the new user so i use the grant
then this error message appear
GRANT Select, Insert, Update, Delete, Create, Drop, Reload, Shutdown, Process, File, References, Index, Alter ON mymall.* TO 'mall'@'localhost' with grant option
MySQL said:
Can't find any matching row in the user table
what is it mean and who can i solve it ?