Login as root.
write:
edit this lines:
Code:
## Allows people in group wheel to run all commands
%wheel ALL=(ALL) ALL
and add yourself to the whell group.
Code:
gpasswd -a myusername whell
Alternativly you can change it to:
Code:
myusername ALL=(ALL) ALL
Then you don't need to add yourself to the wheel group