Mysql version 8.4 (LTS), 9.0 and 9.1 (Innovation) for Laragon 6 #932
borhanuddin
started this conversation in
Laragon's Articles & How-tos
Replies: 2 comments
-
Warning!! |
Beta Was this translation helpful? Give feedback.
0 replies
-
It doesn't work and the screen shows initializing for 10 minutes and then I need to stop it |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This guide is to help those who struggled to use MySQL version 8.4 and above.
This simplified guide has been created based on reading the below articles (credits to the owner):
WARNING! Please back up/dump all your databases. I'm not responsible for any data loss by following this guide.
In this example, I'm using MySQL version 9.1 as a reference.
C:\laragon\bin\mysql
folder.my.ini
file, which can be located inC:\laragon\bin\mysql\mysql-9.1.0-winx64
.my.ini
file.default-authentication-plugin=mysql_native_password
from the file, save it, and close the file.my.ini
as READ-ONLY (to avoid Laragon overriding settings using the old template).C:\laragon\data
and DELETE foldermysql-9
(this folder is being created when we first start the MySQL in step no. 3).MySQL will start successfully.
If you want to use HeidiSQL as your database client software, make sure you check the "Prompt for credentials" option under Hostname/IP. A credential pop-up box will appear. Just click the LOGIN button without any password.
I hope that people who needed this guide found it useful.
Beta Was this translation helpful? Give feedback.
All reactions