You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//<8.0.11 does not have MySQL X turned on by default so we will be installing the X Plugin in this if statement.
78
79
//MySQL 5.7.12 introduced the X plugin, but according to https://dev.mysql.com/doc/refman/5.7/en/document-store-setting-up.html, the database needs to be initialised with version 5.7.19.
79
80
//If the MySQL version is >=5.7.19 & <8.0.11 then install the X Plugin
0 commit comments