There is no bandwidth limit, however other resources are still monitored. The most common cause of MySQL load is not closing connections properly or opening and closing more than one connection per script/page. For scripts that use MySQL, I recommend opening the connection at the top of the page, and closing it at the end. You only need one connection per page for MySQL.