#
# Access control for mSQL
#
# Entries are of the form
#
# For the bookmark database, I let anyone
# read it but only I can write it:
#database=bookmarks
#read=*
#write=USERNAME
#access=local
#host=*
Diese Einträge sind ein Beispiel aud der "Bookmarks-Demo"
Datenbank, welche zusammen mit der Installation von "w3-msql"
erstellt wird. Damit die einstellungen wirksam werden, entfernen
Sie die Kommentarzeichen "#" innerhalb des Abschnittes
"bookmarks". Der Eintrag sieht dann wie folgt aus::
#
# Access control for mSQL
#
# Entries are of the form
#
# For the bookmark database, I let anyone
# read it but only I can write it:
database=bookmarks
read=*
write=USERNAME
access=
localhost=*
Nun haben Sie auch von einem CGI Skript Zugriffsrechte auf die
Datenbank "bookmarks".