#6796 - fix for mysql_db import and dumps.

Hi,

Ran into an issue with the latest 1.5.3 ansible release where the mysql_db module was failing for database dumps and imports.

After some head scratching, I found that the password was being quoted twice if I was using a password with spaces in it.

PR #6796 removes the extra quote and lets pipes.quote() do the quoting.