hello,
I\'ve seen the syntax on how to \"GRANT\" access to a certain user with a certain password the problem is in that syxtax where will i put the hostname?
can anyone show me how the \"grant\" syntax with a hostname on it/
thanks
GRANT <privileges> ON database.table TO user@'hostname' identified by 'password';