Lionheart I'm Eggscellent 12775 Posts user info edit post |
what are the default access rights for an anonymous connection? I want to allow anonymous reads, restricting writes to admins so I can set up some different things through some php scripts. Google just keeps giving me convoluted crap. 9/26/2006 12:28:23 PM |
robster All American 3545 Posts user info edit post |
if you have this setup at a hosting place, they probably will just have you use the regular password for database reads... so just get the database name, the username, the password, and the server/hostname for the database server....
The main question is How do you want these anonymous connections to be able to read from the database...?? Are you saying that you want them to be able to insert a text query of their choosing and read the data on a website you have or are you trying to give them remote query rights to be able to access your database from another web server...
If the latter, you should check with your hosting company to see if they allow that because many do not. 9/26/2006 1:42:19 PM |