I have a MySQL database with about 400,000 records. First I ran this command:
SELECT url , COUNT(url) FROM url_list GROUP BY url HAVING COUNT(url)