Thursday, 11 April 2024

Install Mysql for Laragon

* Check system type window

- Under Control Panel, click System => check system type

* Download and install softwares

- Mysql
+ mysql-8.0=https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-8.0.30-winx64.zip
+ mysql-5.7=https://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.39-winx64.zip
+ mysql-5.6=https://dev.mysql.com/get/Downloads/MySQL-5.6/mysql-5.6.51-winx64.zip
Then extract and move mysql folder to C:\laragon\bin\mysql

- Microsoft Visual C++
+ Version:10.0: https://www.microsoft.com/en-us/download/details.aspx?id=26999
=> Supported Operating Systems Windows XP, Windows Server 2003 R2 x64 editions, Windows Vista Service Pack 2, Windows Server 2003 R2 (32-Bit x86), Windows Server 2008 R2, Windows 7
/ Note: My PC window10, 64-bit operating system, x64-based processor, install vcredist_x64 Version:10.0 for mysql-5.6 run successful, but install Version:2012.4 then error, can not find vcredist_x64.

+ Version:2012.4: https://www.microsoft.com/en-us/download/details.aspx?id=30679
=> Supported Operating Systems Windows 7 Service Pack 1, Windows 8, Windows 8.1, Windows Server 2003, Windows Server 2008 R2 SP1, Windows Server 2008 Service Pack 2, Windows Server 2012, Windows Vista Service Pack 2, Windows XP

* Delete Mysql folder

- delete folder C:\laragon\data\mysql when you install mysql-5.6 or mysql-5.7 (because mysql-5.6 and mysql-5.7 when install laragon create same folder name in C:\laragon\data\mysql)

user: root

pass: ''

Thank you

No comments:

Post a Comment

Golang Advanced Interview Q&A