You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/mysql_user/tasks
Toshio Kuratomi 748ea39ecd Fix mysql authentication errors
The mysql-server package on Ubuntu16.04 was recently updated to disallow
unauthenticated root user login over tcp/ip.  This, coupled with pymysql
using tcp/ip whenever host and port is specified causes us to fail to
connect to the database when testing Python3 on Ubuntu16.04.

The fix is to use the unix socket instead.
6 years ago
..
assert_no_user.yml Fix cosmetic problems in YAML source 8 years ago
assert_user.yml Fix cosmetic problems in YAML source 8 years ago
create_user.yml Fix mysql authentication errors 6 years ago
main.yml Fix mysql authentication errors 6 years ago
remove_user.yml Fix mysql authentication errors 6 years ago
test_privs.yml Fix mysql authentication errors 6 years ago
user_password_update_test.yml Fix mysql authentication errors 6 years ago