Hi there,
I am trying to give a db user for MySQL privileged permissions by running this code.
grant all privileges on chinkych_gpstracker.* to chinkych_DBUser@localhost identified by 'MAIN HOSTING ACCOUNT PASSWORD';
to which it throws back this error
#1044 - Access denied for user 'chinkych'@'localhost' to database 'chinkych_gpstracker'
How has my root account not got access?
I am trying to give a db user for MySQL privileged permissions by running this code.
grant all privileges on chinkych_gpstracker.* to chinkych_DBUser@localhost identified by 'MAIN HOSTING ACCOUNT PASSWORD';
to which it throws back this error
#1044 - Access denied for user 'chinkych'@'localhost' to database 'chinkych_gpstracker'
How has my root account not got access?