I'm sure there is something obvious (to others) about why this won't work, but I'm trying to run the cpdb.py script, which needs connection strings for both the source & target; the target in this case is the default mySQL database that came with my account.
The string I'm using is of the format:
mysql://<username>:<password>@mysql.server/<username>$default
If I try the database password I assigned from the Databases tab under the dashboard, I get a 1044 error. If I use the password that appears when I SHOW GRANTS, I get a 1045 error (which is the same that I get if I use a completely bogus password).
- Scott