I'm fiddling with trying 'make test' to run the test suite, and all the mysql tests fail ala:
"BadPasswordError: (1045, "Access denied for user 'weewx1'@'localhost' (using password: YES)") I added mysql-client and python-mysqld per the setup.py install instructions, but I'm guessing (really guessing) that there is some assumption of how a mysql server is present, running, and configured (or not) as a basic requirement for running the mysql-related tests. Is what's needed to test the mysql functionality written down anywhere ? (running on ubuntu 16.04 LTS xenial if that helps any - I installed mysql and it prompted me a bunch of times for a root password, and I hit <return> to I guess have no password for the database software, for lack of a better idea. It's a vagrant box so I can quickly flatten/rebuild it if I guessed wrong there). Thanks...
