1
vote
1answer
16 views
Privileged operations in netbeans mobility
I'm writing a Java ME app that will use privileged operations such as messaging. By default the user is prompted to confirm each of these operations, but I would like to run it as …
0
votes
3answers
27 views
User properties/ privileges in AppleScript
I want to write an applescript program that first checks to see if the user has Admin privileges, and if it doesn't then requesting a re-log-in or something.
Eventually the script …
1
vote
2answers
47 views
How can I restore the MySQL root user’s full privileges?
I accidentally removed some of the privileges from my MySQL root user, including the ability to alter tables. Is there some way I can restore this user to its original state(with a …
-2
votes
2answers
28 views
How to get all privileges back to the root user in MySQL?
I have logged in to MySQL with the --skip-grant-tables option. But I don't know how to get all privileges back to the root user.
Error
SQL query:
GRANT ALL PRIVILEGES …
1
vote
3answers
55 views
I can not find my.cnf(MySQL configuration file) on my computer.
My computer is Windows XP. I need to find this file to get all privileges back to the root user. I accidentally removed some privileges of the root user. I still have the password …
0
votes
2answers
51 views
How to start MySQL with --skip-grant-tables?
I locked my root user out from our database. I need to get all privileges back to the root user. I have my password and I can log in to MySQL. But the root user has no all privileg …
0
votes
1answer
30 views
How to get all privileges back to the root user in MySQL?
I am using MySQL. My root user doesn't have all privileges. How can I get all privileges back to the root user? How to do it step by step?
0
votes
1answer
33 views
MySQL users: When localhost changed to %, I cannot login
Hi,
I am developing an app with MySQL. I have MySQL (XAMPP) running on my PC. All works fine but now I want to let other users from our network to login, but I found out that when …
0
votes
0answers
14 views
AFP file permission issues on OS X
I have two clients (one windows XP and one OSX) connected to a UNIX server (centOS). The windows client connects through the Samba file protocol, and the mac through AFP. For some …
0
votes
2answers
24 views
Recommened SQL Priviledges for MySQL users for CMS’es
I have been experimenting with a lot of web development apps like Drupal, Moodle, Efront and Elgg lately. For better security, I run test servers on a XAMPP setup on a virtual XP m …
1
vote
1answer
39 views
Which properties and functions must be run under elevated privileges?
Hello.
I`d like to know which properties/functions must have which privileges to be used. Is there such a list?
For example, when developing code, how can a newbie know which prop …
0
votes
5answers
88 views
Is it possible to show a link in a C# program to the admin only?
Hi (I'm pretty new to this),
I have a login control in my C# program and once the user logs in, they are able to see links to other programs (a portal). Is it possible to hide the …
1
vote
2answers
358 views
Read user rights using VBscript
I'm trying to determine whether a user (the one running the script, with or without run as) has certain user rights policies applied. Since secedit /analyze refers only to the actu …
3
votes
1answer
49 views
.NET - Lower Application Privileges
I would like to know how to programmatically lower my application's privileges. So, let's say someone with admin privileges runs my program, I would like my program to still run u …
1
vote
3answers
82 views
Launching a service from msi installer that depends on assemblies installed by the msi
I'm using WiX to write a MSI installer to start a service that depends on DLLs installed by the MSI. On Vista, the DLLs become added to the global assembly cache in the MSI's Insta …
