Is Bahmni 0.93 using mysql 5.7 or 5.6.48

mysql task file has

  • include: mysql56.yml when: “{{ ‘5.6’ in mysql_version }}”

  • include: mysql57.yml when: “{{ ‘5.7’ in mysql_version }}”

but this file uses bahmni-playbooks/main.yml at 265b182bb5c1cc55dfe4c5e87661c4f9925b46a5 · Bahmni/bahmni-playbooks · GitHub

mysql_version: 5.6.48

So, is Bahmni 0.93 using mysql 5.7 or 5.6?

When checked on the 0.93 installed server it shows

mysql --version
mysql  Ver 14.14 Distrib 5.6.48,

you can specify and override default mysql version using the /etc/bahmni-installer/setup.yml … check here