mysql 8.4 is not support in laragon? #774
Replies: 3 comments 8 replies
-
see my guide here https://gist.github.com/meorajrul/b57803bf1b4ddfd2f93e6ad37c3ac5f2 |
Beta Was this translation helpful? Give feedback.
-
I was checking it, and apparently laragon does not support version 8.4 of MySQL. I think we will have to wait for an update from Laragon. |
Beta Was this translation helpful? Give feedback.
-
I updated to 8.4 and got it working thanks to @meorajrul and a few other sources. Still I have a problem. Since I launched mysqld 8.4, I can't have laragon start 8.0 any more. I'm not the only one having this issue, I also found it described here: https://forums.mysql.com/read.php?10,710182,710182#msg-710182 Note: I can start mysqld manually from the command line, but then I'm losing all start-and-stop-and-change-version-and-start-again in Laragon's UI. Note 2: making my.ini readonly doesn't change anything. Can someone tell me where this data\mysql-8 folder is configured and how to disable it so Laragon just lets mysqld use the folder specified in the my.ini file? |
Beta Was this translation helpful? Give feedback.
-
i try download mysql 8.4 and then try change the version mysql in laragon but i got error then when i try back to version 8.0 i got error too how to resolve it ? is log from mysqld.log
2024-05-08T12:26:47.237100Z 0 [Warning] [MY-010097] [Server] Insecure configuration for --secure-file-priv: Current value does not restrict location of generated files. Consider setting it to a valid, non-empty path.
2024-05-08T12:26:47.238637Z 0 [Warning] [MY-010918] [Server] 'default_authentication_plugin' is deprecated and will be removed in a future release. Please use authentication_policy instead.
2024-05-08T12:26:47.238692Z 0 [System] [MY-010116] [Server] C:\laragon\bin\mysql\mysql-8.0.30-winx64\bin\mysqld (mysqld 8.0.30) starting as process 14036
2024-05-08T12:26:47.323572Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2024-05-08T12:26:47.791724Z 1 [ERROR] [MY-013171] [InnoDB] Cannot boot server version 80030 on data directory built by version 80400. Downgrade is not supported
mysqld: Can't open file: 'mysql.ibd' (errno: 0 - )
2024-05-08T12:26:47.847260Z 1 [ERROR] [MY-010334] [Server] Failed to initialize DD Storage Engine
2024-05-08T12:26:47.848922Z 0 [ERROR] [MY-010020] [Server] Data Dictionary initialization failed.
2024-05-08T12:26:47.849590Z 0 [ERROR] [MY-010119] [Server] Aborting
2024-05-08T12:26:47.856149Z 0 [System] [MY-010910] [Server] C:\laragon\bin\mysql\mysql-8.0.30-winx64\bin\mysqld: Shutdown complete (mysqld 8.0.30) MySQL Community Server - GPL.
2024-05-08T12:26:57.137330Z 0 [Warning] [MY-010097] [Server] Insecure configuration for --secure-file-priv: Current value does not restrict location of generated files. Consider setting it to a valid, non-empty path.
2024-05-08T12:26:57.137382Z 0 [Warning] [MY-010918] [Server] 'default_authentication_plugin' is deprecated and will be removed in a future release. Please use authentication_policy instead.
2024-05-08T12:26:57.137413Z 0 [System] [MY-010116] [Server] C:\laragon\bin\mysql\mysql-8.0.30-winx64\bin\mysqld (mysqld 8.0.30) starting as process 13032
2024-05-08T12:26:57.157622Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2024-05-08T12:26:57.581546Z 1 [ERROR] [MY-013171] [InnoDB] Cannot boot server version 80030 on data directory built by version 80400. Downgrade is not supported
mysqld: Can't open file: 'mysql.ibd' (errno: 0 - )
2024-05-08T12:26:57.613727Z 1 [ERROR] [MY-010334] [Server] Failed to initialize DD Storage Engine
2024-05-08T12:26:57.614921Z 0 [ERROR] [MY-010020] [Server] Data Dictionary initialization failed.
2024-05-08T12:26:57.615258Z 0 [ERROR] [MY-010119] [Server] Aborting
2024-05-08T12:26:57.617814Z 0 [System] [MY-010910] [Server] C:\laragon\bin\mysql\mysql-8.0.30-winx64\bin\mysqld: Shutdown complete (mysqld 8.0.30) MySQL Community Server - GPL.
Beta Was this translation helpful? Give feedback.
All reactions