MySQL Distance from Point inside polygon to polygon boundary
I have a MySQL point inside a MySQL polygon. I need to know how close this point is to the boundary of the polygon. According to other related posts ST_DISTANCE only works with points outside of a polygon.