look up "completing the square." This will get it into a form of (x-h)^2+(y-k)^2 = r^2. Once in this form, you will see that the center point is (h,k) and the radius is the sqrt of r^2.
so if you have x^2 + ax, you know that you have to add a^2/4 to both sides to be able to get it into (x+__)^2 form. in this problem, there is no ax term so you're already good on x's. there is a 6y that you will need to collapse into (y+__)^2 form.
x^2 + y^2 + 6y + 8 = 0
x^2 + y^2 + 6y + 9 + 8 = 9
(x-0)^2 + (y+3)^2 + 8 = 9
(x-0)^2 + (y+3)^2 = 1
that's a circle centered at x=0, y=-3, with radius 1.