diff --git a/www/guide.html b/www/guide.html index fc0b596..5d05d8b 100644 --- a/www/guide.html +++ b/www/guide.html @@ -136,7 +136,30 @@
Core plugin not loading and throwing errors might mean you've done this part wrong.
-The latest supported MySQL version is 5.7.33. Newer versions like 8.x are incompatible due to an updated authentication schema.
+The latest officially supported MySQL version is 5.7.33.
+ +If MySQL versions 8.0.0 - 8.4.0 are required:
+
+
+[mysqld]
+default-authentication-plugin=mysql_native_password
+
+
+
+
+services:
+ influx-database:
+ image: mysql:8.4.0
+ command: ["mysqld","--mysql-native-password=ON"]
+
+
+ To convert your already running SQLite database to MySQL: