Skip to main content

All Questions

Filter by
Sorted by
Tagged with
2 votes
0 answers
25 views

Why am I getting a "TXN_ERROR_NOT_EXIST ERROR" in GridDB when performing a user or database administration operation?

I'm working with GridDB for managing a distributed database system and recently encountered the following error while trying to perform a user or database administration operation: 10086 ...
Samar Mohamed's user avatar
0 votes
0 answers
220 views

MongoDB — Which Authentication Database should I use when creating users

In Current Mongo Instance Following the Mongo Best Practices : Users are created in system database(Admin) rather than respective database and made admin database as authorization database But ...
Arun's user avatar
  • 25
1 vote
1 answer
77 views

Social account and normal account db model

In my application, a user can signup by completing a form or by using a provider (facebook, google, etc.). The main difference is that the user signing up by form will have a password, while the one ...
Never Mind's user avatar
0 votes
1 answer
87 views

Show only the notifications of the user self Laravel

I have made a website where you can make a report, you have to submit a form with your account, and then a admin can handle that report, so the user can log in and see the reports and the status of it,...
Othman Boūlal's user avatar
0 votes
1 answer
70 views

Migrating Wordpress user management to custom CMS

I have a request to migrate wordpress website to a custom CMS. The problem is that this wordpress website has over 30 000 registered users, and user_meta table is very inconsistent because during the ...
vuk_niko's user avatar
2 votes
4 answers
962 views

How to add user to database after email confirmation?

I have a website built with PHP Codeigniter framework. It has an user management system. Generally, what it does is, when an user registers, it add his information to database and sends a conformation ...
Atiab Jobayer's user avatar
0 votes
4 answers
308 views

How should I check when some user in database turns to a certain age

I am working on an project where I need to do execute an certain action when a user turns to some age. When a user turns 12 an account need to be created and when a user turns 18 Parental supervision ...
Timon Post's user avatar
  • 2,889
-1 votes
2 answers
55 views

PHP: User Management, Data Access

i made a little web application in university and have some problems with data access. There are 3 user accounts which can log in and all of them can create their own lectures afterwards. Problem: ...
Timo Springer's user avatar
0 votes
2 answers
306 views

User Management for Database Access

I am very new to programming and have a theory-based question relating to user management in databases. I can't quite think how this would be asked so if it's a repeat question please feel free to ...
Thomas Chia's user avatar
0 votes
1 answer
941 views

How to give to a user access to a view but not to the table the view is using?

I've the following view defined into myCustomDatabase: CREATE VIEW myCustomDatabase.dbo.myView AS SELECT job_id FROM msdb.dbo.sysjobhistory myCustomDatabase's owner is sa. My current user (...
Fractaliste's user avatar
  • 5,947
1 vote
3 answers
3k views

How to create user in MediaWiki using database

I've tried to add a new user with phpmyadmin of my host but it didn't work. After I add a new record in user table (same of other users info) and tried to login with my new username to the MediaWiki,...
camelope34's user avatar
0 votes
2 answers
2k views

How to give access to a specific database for a Plesk 11 user

So, I've created a user in Plesk 11, and assigned him a role (custom role that a created for him) with only database access. But this new user has access to all my databases, I want to restrict his ...
Adil Ouchraa's user avatar
1 vote
2 answers
201 views

iPhone App Built on Amazon Web Services

I am building an iPhone app that stores user logon credentials in an AWS DynamoDB. In another DynamoDB I am storing locations of files (stored in S3) for that user. What I don't understand is how to ...
user1805218's user avatar
0 votes
2 answers
1k views

Databases: Save users and admins in the same table (pros/cons)? [closed]

I'm interested in your opinion: at the moment I've only one user-table in my database but I think about adding a new one to separate public accounts from the admin accounts. Pro: I don't have to ...
Mr. B.'s user avatar
  • 8,657
2 votes
2 answers
896 views

ASP.NET - with multiple sites sharing the same database, how can I manage the username a password?

I have multiple websites and a Windows app that share the same database. Is there a way that I can manage the database username and password across all web.configs and app.configs? I'd like to be able ...
u84six's user avatar
  • 4,911
0 votes
1 answer
1k views

Apache-Mina FTPServer Database User Manager question

I am trying to configure the Apache FtpServer for windows, and i've got most of it running already, however I am having difficulty understanding the database user manager... I am more or less a ...
Jason's user avatar
  • 193
7 votes
8 answers
12k views

How to pass data from form without a form field? (PHP)

I have a form for editing a users name and email. So when it updates the name and email, it needs the username to identify which row it should update. So i wanted to know if there is any element ...
Arjun Bajaj's user avatar
  • 1,962
0 votes
2 answers
213 views

ORACLE 7.3 user management

At work I have an app sitting on Oracle 7.3 (old stuff, yes). Recently I tried to create an account that would be able to SELECT on all tables, but nothing else i.e. no updates or deletes. But ...
damo_inc's user avatar
  • 653