I hate to keep posting in a row, but for anyone in the future who has this problem, I've found the solution.
If you are using phpmyadmin with your database, go to the SQL section and run this:
UPDATE wp_comments
SET user_id = 2
WHERE name = "Jimmy the Author"
*where you see 2, change to whatever your author's user id is.
Happy blogging :)