How to add MySQL 8 in Laragon Portable? #928
Replies: 1 comment
-
At this point, with a new version being released apparently tomorrow, we should I think hope that the default MySQL version is already 8 and that these instructions will be moot. I am hopeful that the new version will do a lot of what I have been waiting for, including having MySQL 8 as a default version, and that I can continue to use Laragon and to be an active advocate for others to use it. However, if it turns out that the next release doesn't have a more modern version of MySQL, especially after such a long long long wait for a new version, that is going to severely dent my confidence in Laragon as a solution, and I will probably switch to FlyEnv (which I am already actively evaluating). |
Beta Was this translation helpful? Give feedback.
-
Adding MySQL 8 to Laragon Portable
Step 1: Download MySQL 8
C:\laragon\bin\mysql\mysql-8.x.x
).Step 2: Integrate MySQL 8 into Laragon
bin\mysql
folder (e.g.,C:\laragon\bin\mysql
).mysql-8.x.x
) inside themysql
directory.Step 3: Update MySQL Configuration in Laragon
my.ini
configuration file located in themysql-8.x.x
folder.Step 4: Switch to MySQL 8 in Laragon
Step 5: Test the Installation
SELECT VERSION();
to confirm MySQL 8 is running.But not working
Beta Was this translation helpful? Give feedback.
All reactions