![]() |
![]() |
#1 (permalink) |
Devils Cabana Boy
Location: Central Coast CA
|
[SQL] permissions, or lack there of.
ok so i messed some things up seriously wiht my SQL server, i was changing the permissions (to get IIS up and running properly) and i removed the a user that needed to be there and when i try to start the server it says access denied, how can i fix this, or am i compleatly screwed. it does not contain much info and is not a nessesity to get back, but it would save me a lot of time.
thanks
__________________
Donate Blood! "Love is not finding the perfect person, but learning to see an imperfect person perfectly." -Sam Keen |
![]() |
![]() |
#2 (permalink) |
Junkie
Location: RI
|
If you accidentally just deleted the user (how'd you accomplish that? Did you delete the user, or the whole user table?) regrant them the permissions.
PHP Code:
PHP Code:
|
![]() |
![]() |
#3 (permalink) |
Devils Cabana Boy
Location: Central Coast CA
|
not on a data base, but the entire server.
i removed a user (the wrong user) from the users part of the data base. i ment to do the IIS one but removed the wrong one.
__________________
Donate Blood! "Love is not finding the perfect person, but learning to see an imperfect person perfectly." -Sam Keen |
![]() |
![]() |
#6 (permalink) |
Junkie
Location: RI
|
What environment are you running it in. I'm assuming you're running it in Windows cause you said IIS.
What SQL server are you running, MS SQL or MySQL? if you are running MS SQL, gonna need someone elses help, if it's MySQL then just check the config and restart the server. Last edited by Fallon; 05-14-2004 at 04:01 PM.. |
![]() |
![]() |
#8 (permalink) |
Devils Cabana Boy
Location: Central Coast CA
|
thanks fallon, im running ms sql
im just going to uninstall it all and re install it. it will be much easier, the data is not important.
__________________
Donate Blood! "Love is not finding the perfect person, but learning to see an imperfect person perfectly." -Sam Keen |
![]() |
![]() |
#10 (permalink) |
Devils Cabana Boy
Location: Central Coast CA
|
ok i finaly got it:
i copyied the 2 data base files and moved them from the directory, then i removed ms SQL server, reinstalled it, removed all the servers, created new server, created a data base named the same, halted the server, switched the files, and restarted the server. and it works fine now.
__________________
Donate Blood! "Love is not finding the perfect person, but learning to see an imperfect person perfectly." -Sam Keen |
![]() |
Tags |
lack, permissions, sql |
|
|