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
throw"options.xEnabled is set to 'FORCE'. You are running this package on Alpine Linux. The MySQL binaries for Alpine Linux do not support the MySQL X Plugin. If you don't want to use the MySQL X Plugin, please set options.xEnabled to 'OFF' and that will remove this error message. Otherwise, if you want MySQL X to be enabled only if it is supported (like if you run this package on a different OS), then please set options.xEnabled to 'ON'. If you must have MySQL X enabled for each database creation, please use a different OS to run this package."
494
+
}
495
+
throw"options.xEnabled is set to 'FORCE'. The version of MySQL you are using does not support MySQL X. If you don't want to use the MySQL X Plugin, please set options.xEnabled to 'OFF'. If you only want MySQL X to be used when supported, set options.xEnabled to 'ON'. Otherwise, if MySQL X is required, please use a different version of MySQL that supports the X plugin."
@@ -59,8 +59,6 @@ export default function getBinaryURL(versionToGet: string = "x", currentArch: st
59
59
throw`Your operating system is too out of date to run a version of MySQL that fits the following requirement: ${versionToGet}. The oldest version for your operating system that you would need to get a version that satisfies the version requirement is ${minVersion} but your current operating system is ${coercedOSRelease.version}. Please try changing your MySQL version requirement, updating your OS to a newer version, or if you believe this is a bug, please report this on GitHub.`
//Since Ubuntu >= 24.04 uses libaio1t64 instead of libaio, this package has to copy libaio1t64 into a folder that MySQL looks in for dynamically linked libraries with the filename "libaio.so.1".
@@ -92,6 +90,7 @@ export default function getBinaryURL(versionToGet: string = "x", currentArch: st
0 commit comments