database-security
Software Firewall with 'log in' function
I need to secure a server with a firewall, that\'s simple :) But for certain users I would like to open certain other ports (for example direct access to the Database for SSRS report builders).[详细]
2023-04-11 23:23 分类:问答Postgresql client authentication issue
I am struggling with the postgresql\'s access control file开发者_C百科 pg_hba.conf... it\'s never happy, and all I want to do is straight forward:[详细]
2023-03-06 03:12 分类:问答Can't connect to mysql because there are no users
I mista开发者_开发知识库kenly removed all users for mysql ... So I can\'t connect to mysql. Does anyone has an idea ?[详细]
2023-02-02 21:18 分类:问答Why is there no built-in "stored procedure executor" database role?
I\'ve always wondered why the list of database roles (db_datareader, db_datawriter, db_ddladmin, etc) never included a db_storedprocedureexecutor. The others make sense, but it seems like being able t[详细]
2023-01-26 08:50 分类:问答SQL Server Permissions on Stored Procs with dynamic SQL
I have a database which has an application role. The role members all belong to a group in Active Directory. Instead of giving the role permissions to select from the tables I have given the role exec[详细]
2023-01-23 08:53 分类:问答How do I secure the data in my winform's SQL 2005 Express database?
I have a c# winform application that uses SQL 2005 Express.The application creates math and reading quizzes and is marketed to parents of school-aged children.The parents purchase and download SQL fil[详细]
2023-01-21 04:02 分类:问答Database security / scaling question
Typically I use a database such as MySQL or PostGreSQL on the same machine as the application using it, which makes access easy and secure. I\'m just now building the first site that will have a separ[详细]
2023-01-03 05:59 分类:问答Prevent SQL Server Table operations (INSERT and DELETE) on some tables
While working with some random sql queries on our databases, we may not want to insert or delete items to some of the database tables by just typing their names by mistake. So how to make them locked[详细]
2022-12-28 05:56 分类:问答Dissertation about website and database security - in need of some pointers
I am on my dissertation in my final year at university at the moment. One of the areas I need to research is security - for both websites and for databases. I currently have sections on the following:[详细]
2022-12-26 04:37 分类:问答Is it possible for double-escaping to cause harm to the DB?
If I accidentally double escape a string, can the DB be harmed? For the purposes of this question, let\'s say I\'m not using stored procedures or parametrized queries[详细]
2022-12-24 08:43 分类:问答