Subject | Re: [firebird-support] Re: Is Firebird too weak for a business environment? |
---|---|
Author | Elmar Haneke |
Post date | 2003-11-28T12:07:48Z |
> You then can create such a user onMost (perhaps all) available Server-Databases do have such a
> the machine and - there you go!
"backdoor". If you can gain direct access to the Database files you
can remove any protection. For example the MySQL-Server can be started
with an option so ignore any passwords defined, in PostgreSQL you can
set an option to accept connections without password-authorisation.
I'm not that familar with other databases but I would assume that most
of them do not block out the machines owner from accessing the database.
To prevent this you should set file-access-rights at OS-level in a way
that only the DB-Server can read the files.
In Addition you should have an sufficient strong lock at the rooms
door since the OS-level restrictions also can be removed by gaining
physical access to the harddisk.
Elmar