Top "Privileges" questions

This tag is for questions relating to the general topic of privileges, without reference to any specific operating system or application.

Phpmyadmin doesn't show "privileges" tab

I have WAMP installed on Windows, and I can't seem to get the "privileges" tab to show in PhpMyAdmin no …

mysql phpmyadmin wamp privileges
Mysql: execute command denied to user ''@'localhost' for routine error

i got some problem during open my old website. My dataTable show: DataTables warning: JSON data from server could not …

mysql mysql-error-1064 privileges grant
Why is window.showModalDialog deprecated? What to use instead?

I was developing a GreaseMonkey script which used window.showModalDialog. But before finishing it, I have discovered that Firefox 29 warns: …

javascript modal-dialog privileges window.open showmodaldialog
How to elevate privileges only when required?

This question applies to Windows Vista! I have an application which normally works without administrative privileges. There is one activity …

c# .net windows-vista uac privileges
grant create view on Oracle 11g

I use SQL*Plus for school and I use the username Scott. I cannot create views because it says: ORA-01031: …

sql oracle11g privileges create-view
PostgreSQL user listing

I want to get a list of users for a certain database in psql - for example "template0". Who are …

postgresql privileges psql
How to grant execute on dbms_lock in Oracle?

I need to use dbms_lock.sleep procedure from user usr1. I can't login as sys, but I have a …

oracle privileges
Spring Batch Framework - Auto create Batch Table

I just created a batch job using Spring Batch framework, but I don't have Database privileges to run CREATE SQL. …

database spring spring-batch privileges ora-00942
No privileges on wamp server phpmyadmin

I installed WAMP on Windows 8, and I'm having problems with MySQL privileges in phpMyAdmin. Here, you can see the screenshot: …

mysql phpmyadmin wamp privileges
mysql_exceptions.OperationalError: (1045, "Access denied for user 'root'@'localhost' (using password: YES)")

I've started working with django, and here is the error on 'runserver' after setting up 'DATABASES' in settings.py mysql_…

mysql django privileges