privileges Questions

7

Solved

I have some problem during open my old website. My dataTable show: DataTables warning: JSON data from server could not be parsed. This is caused by a JSON formatting error. After that, I tried to ...
Brightman asked 22/6, 2011 at 3:26

9

Solved

I am trying to view the user privileges using the command prompt in Windows. User account & User privileges such as: SeBatchLogonRight SeDenyBatchLogonRight SeInteractiveLogonRight SeDenyInte...
Hepcat asked 23/7, 2012 at 6:24

8

Solved

How to make a query to the Postgres data dictionary to find out all the privileges that a particular user has. I've been looking for a solution and I can not find anything. Thanks and good day
Geriatric asked 23/11, 2016 at 8:18

3

Solved

I am trying to use the perf tool inside a Docker container to record a given command. kernel.perf_event_paranoid is set to 1, but the container behaves just as if it were 2, when I don't put the -...
Naquin asked 25/6, 2017 at 11:40

7

When I'm querying a table in schema C from schema A, I'm getting ORA-01031: insufficient privileges and when I'm querying the same table from schema B, I'm getting ORA-00942: table or view does not...
Trelliswork asked 8/1, 2014 at 6:34

4

Apparently this is usually to do with size, but I only have one table with six columns. The only thing that has changed recently is that today I installed a forum but I've removed it again and the...
Afflux asked 4/9, 2011 at 17:55

2

Solved

I'm using Firefox for Ubuntu, version 39.0. I'm trying to debug an add-on and would like to run some JavaScript under chrome privileges. According to this page I should be able to do this in the Br...
Obedience asked 28/7, 2015 at 13:11

13

Solved

I tried to run simple SQL command: SELECT * FROM site_adzone; And I got this error: ERROR: permission denied for relation site_adzone What could be the problem here? I tried also to do select fo...
Arcade asked 20/3, 2013 at 10:0

14

Solved

I want to begin writing queries in MySQL. show grants shows: +--------------------------------------+ | Grants for @localhost | +--------------------------------------+ | GRANT USAGE ON *.* TO ''@'...
Sporades asked 12/1, 2012 at 16:44

3

Solved

This is a userAdmin vs. userAdminAnyDatabase question. In the system.users I have the following users (password 1234 for both): > db.system.users.find() { "_id" : ObjectId("52a976cb7851682aa44...
Mukund asked 12/12, 2013 at 9:19

3

Solved

I am trying to give explicit permissions to an user on mysql and im doing this (to an already created user) GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, INDEX, ALTER, SHOW DATABASES, CREATE TEMP...
Garamond asked 23/11, 2017 at 17:17

5

Solved

When creating new tables and a user to go along with it, I usually just invoke the following commands: CREATE DATABASE mydb; GRANT ALL PRIVILEGES ON mydb.* TO myuser@localhost IDENTIFIED BY "m...
Demetri asked 6/4, 2016 at 23:14

4

Solved

I have a MySQL database which is hosted in Azure, and I'm accessing it through MySQL Workbench in my laptop. The point is that when I want to execute some commands I get error message saying I don'...
Skantze asked 14/11, 2014 at 18:37

10

I want to create a new user in MySQL and give it full access only to one database, say dbTest that I create with a command like create database dbTest;. What would be the MySQL commands to do that?...
Stigmatism asked 12/11, 2009 at 6:10

7

I am currently having a problem with allowing multiple users to login with phpmyadmin without seeing each other's databases. I am using this method: http://alandoyle.com/tutorials/configuring-phpmy...
Stalkinghorse asked 7/5, 2011 at 11:23

2

I am using PostgreSQL 10.4 and I found a strange behavior. If we create an role and grant it to CONNECT the database: CREATE ROLE dummy; GRANT CONNECT ON DATABASE test TO dummy; Then we cannot dro...
Conclude asked 24/6, 2018 at 12:15

13

Solved

I'm trying to make restricted DB users for the app I'm working on, and I want to drop the Postgres database user I'm using for experimenting. Is there any way to drop the user without having to rev...
Mikiso asked 11/6, 2010 at 14:26

5

Solved

When I try to start postgresql I get an error: postgres postgres does not know where to find the server configuration file. You must specify the --config-file or -D invocation option or set t...
Changchun asked 4/2, 2015 at 1:15

2

Solved

I created a user (new_user) with root like this: GRANT ALL ON labor.* TO 'new_user'@'%' WITH GRANT OPTION; GRANT ALL ON labor.* TO 'new_user'@'localhost' WITH GRANT OPTION; GRANT CREATE USER ON *....
Amaty asked 3/9, 2013 at 12:55

3

Solved

I've got a import process that copies a table schema with the code below and then populates the table with data. However it doesn't copy over the roles granted. CREATE TABLE TOTABLE (LIKE FROMTABL...
Castroprauxel asked 4/12, 2014 at 17:3

8

Solved

I would like to give a user all the permissions on a database without making it an admin. The reason why I want to do that is that at the moment DEV and PROD are different DBs on the same cluster s...
Swinson asked 18/3, 2014 at 15:16

12

Solved

I just created a batch job using Spring Batch framework, but I don't have Database privileges to run CREATE SQL. When I try to run the batch job I hit the error while the framework tried to create ...
Fatherland asked 21/10, 2015 at 2:27

6

Solved

When installing Jenkins (LTS) on windows 10 via the installer, after choosing the JDK folder - an error pops when the service is trying to start. The error reads: "Jenkins failed to start - Ve...
Schindler asked 11/10, 2020 at 20:46

1

Solved

Distroless images comes with 3 users : > docker run --rm --entrypoint cat gcr.io/distroless/nodejs:debug /etc/passwd root:x:0:0:root:/root:/sbin/nologin nobody:x:65534:65534:nobody:/nonexistent:...
Rattlepate asked 1/9, 2022 at 10:41

3

Solved

I want to know if a program is running as administrator. The user doesn't have to be administrator. I only want to know if my application has rights to edit some secured files that are editable whe...
Society asked 10/5, 2011 at 16:27

© 2022 - 2025 — McMap. All rights reserved.