My web host is running:
MySQL version 3.23
PHP version 4.3.2
I feel like an idiot, but I can't get a straight answer from their help center. I want to create a user with only select rights on a database. Here is the syntax I am using:
GRANT SELECT ON putlerda_FirstImp.* TO putlerda_guest@localhost;
This (and many variations of it) come back with the following error:
MySQL said:
Access denied for user: 'putlerda@localhost' to database 'putlerda_FirstImp'
It seems to take off the _guest from the user name. I've tried variations - just putting in guest, just putting in putlerda, etc.
Am I overlooking something totally obvious?
/Wendy
MySQL version 3.23
PHP version 4.3.2
I feel like an idiot, but I can't get a straight answer from their help center. I want to create a user with only select rights on a database. Here is the syntax I am using:
GRANT SELECT ON putlerda_FirstImp.* TO putlerda_guest@localhost;
This (and many variations of it) come back with the following error:
MySQL said:
Access denied for user: 'putlerda@localhost' to database 'putlerda_FirstImp'
It seems to take off the _guest from the user name. I've tried variations - just putting in guest, just putting in putlerda, etc.
Am I overlooking something totally obvious?
/Wendy