manala / ansible-roles

Manala ansible roles
https://galaxy.ansible.com/manala/
MIT License
144 stars 36 forks source link

Support MySQL 8.0 #241

Closed tristanbes closed 3 years ago

tristanbes commented 6 years ago

Hello,

MySQL 8.0 has been released on April 2018. It would be awesome of it would be possible to install it with manala.

nervo commented 6 years ago

Yep, it's on the roadmap :)

Kocal commented 3 years ago

For information, there is #349 which allows you to install MySQL 8.0 but it looks like its support is not official.

I'm facing an issue while creating users with MySQL 8.0: image

While everything works fine with MySQL 5.7: image

Note that I am able to connect to the database through sudo mysql -u root.

nervo commented 3 years ago

Closed by https://github.com/manala/ansible-roles/pull/510

Kocal commented 3 years ago

Hi, I'm not sure to understand how #510 (for PHP 8.0) have fixed this issue (for MySQL 8.0)

nervo commented 3 years ago

Oh god..... mysql !== php :)

nervo commented 3 years ago

Indirectly solved by https://github.com/manala/ansible-roles/pull/528 Implemented in elao.app recipe https://github.com/manala/manala-recipes/pull/94

Kocal commented 3 years ago

Oh alright, thanks! :)