Problem in wamp
Moderator: General Moderators
Problem in wamp
Hi, I have installed latest version of WAMP from wamp website, when i write the code and execute it so it says no permission Why its happening? please assist me.
Re: Problem in wamp
First of all you must install WAMP using Administrator user.
Here is what you can do
- login as an administrator;
- Install wamp
- Download subinacl.exe from microsoft: [tinyurl.com]
- grant permissions to the regular user account to manage the WAMP services: (subinacl.exe is in C:\Program Files (x86)\Windows Resource Kits\Tools\)
subinacl /SERVICE \\MachineName\wampapache /GRANT=domainname.com\username=F
subinacl /SERVICE \\MachineName\wampmysql /GRANT=domainname.com\username=F
5) logout and log back in as the user.
If you wanna change file permission in Windows
- Right click on the file and go to Properties. There should be a Security tab where you can change the permissions.
Here is what you can do
- login as an administrator;
- Install wamp
- Download subinacl.exe from microsoft: [tinyurl.com]
- grant permissions to the regular user account to manage the WAMP services: (subinacl.exe is in C:\Program Files (x86)\Windows Resource Kits\Tools\)
subinacl /SERVICE \\MachineName\wampapache /GRANT=domainname.com\username=F
subinacl /SERVICE \\MachineName\wampmysql /GRANT=domainname.com\username=F
5) logout and log back in as the user.
If you wanna change file permission in Windows
- Right click on the file and go to Properties. There should be a Security tab where you can change the permissions.