Uploaded image for project: 'Modules'
  1. Modules
  2. MODULES-5528

MySQL: Compatibility with 8.0

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • None
    • mysql
    • PE 2017.2.x with puppetlabs-mysql 3.9.0 and mysql 8.0 CE

    Description

      MODULES-2676 added support for MySQL 5.6.7+ by introducing changes such as as a conditional in mysq_datadir to remove the dependency on mysql_install_db. Since mysql_install_db is no longer installed and used in MySQL 8.0, the mysql daemon will provision the database. However we still have a hard requirement on mysql_install_db as follows.

      commands :mysql_install_db => 'mysql_install_db'
      

      The requirement on mysql_install_db is a blocker for MySQL 8.0 as this command does not exist on the system. The mysql_install_db command should be optional to ensure future compatibility.

      Attachments

        Activity

          People

            helen Helen Campbell
            jarret.lavallee Jarret Lavallee
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Zendesk Support