I want to have a setup where users from hundreds of sites hosted elsewhere will all be pulling information from my one master database that I host. I don't want to allow them to make any changes to the databases, just pull information from it to display on their site. I'm guessing that I'll just setup those MySQL users with "SELECT" permission to my database and nothing else correct?
Thanks in advance for the help.