diff options
author | Simon Westphahl <simon.westphahl@bmw.de> | 2023-02-21 13:55:06 +0100 |
---|---|---|
committer | Simon Westphahl <simon.westphahl@bmw.de> | 2023-02-21 13:55:06 +0100 |
commit | f653eecb97edfcb78ba8951eaa9576141ddc452e (patch) | |
tree | e971c0e833a117673c5fa5d0b665e34d963cc5aa /tests/unit/test_auth.py | |
parent | d57942a41b9077152b29e0f40f30e904a62a8fbc (diff) | |
download | zuul-f653eecb97edfcb78ba8951eaa9576141ddc452e.tar.gz |
Fix user creation in Docker test setup script
MySQL 8 no longer supports implicitly creating a user using the GRANT
statement. Use a separate CREATE USER statement instead.
ERROR 1064 (42000) at line 1: You have an error in your SQL syntax;
check the manual that corresponds to your MySQL server version for the
right syntax to use near 'identified by 'openstack_citest' WITH GRANT
OPTION' at line 1
Change-Id: I4cab4c1855d1ba97cbfc9dd0835b3d302d73aa62
Diffstat (limited to 'tests/unit/test_auth.py')
0 files changed, 0 insertions, 0 deletions