[autotest] Bug fix for setup_dev_autotest.sh

site_utils/setup_dev_autotest.sh uses mysqladmin without explicitly
specifying mysql account.
By default, mysqladmin uses the username of the current session
without password.
If the username is not registered in mysql, then it fails.
This is not an intented behavior and may cause a bug.

BUG=None
Test=Run setup_dev_autotest.sh on local machine

Change-Id: Id186cb947f66a1b823e422407d1712401af3d57c
Reviewed-on: https://chromium-review.googlesource.com/239241
Tested-by: Mungyung Ryu <mkryu@google.com>
Reviewed-by: Dan Shi <dshi@chromium.org>
Commit-Queue: Mungyung Ryu <mkryu@google.com>
1 file changed