1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/integration/targets/mysql_db
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.
2018-10-24 10:33:19 -07:00
..
defaults Fix cosmetic problems in YAML source 2016-11-11 14:50:57 -08:00
meta Migrate Linux CI roles to test targets. (#17997) 2016-10-13 09:09:25 -07:00
tasks Fix mysql authentication errors 2018-10-24 10:33:19 -07:00
aliases Update Shippable integration test groups. (#43118) 2018-07-23 20:46:22 -07:00