- Laragon
- Multiple DB are ready to install (look table below)
- Unzip tools like 7zip or Winrar
- Laragon installation path default is
C:\laragon\
If you look at Laragon documentation on multiple DB it should be straight forward however i would like to make it as painless as possible with the setup
By default Laragon (Full version) comes with MySQL 5.7 version. However we will install MySQL 8 and show how we switch to one another.
For this context we will use MySQL community ZIP version that does not have any debugging binary and test suite (keep the size down)
MySQL Version | Download Path | Local Data Path |
---|---|---|
5.7.38 | Link | C:\laragon\data\mysql |
8.0.30 | Link | C:\laragon\data\mysql-8 |
- Unzip the file to
C:\laragon\bin\mysql
- Open command line using CMDer (default terminal by Laragon) and cd to that folder
C:\laragon\bin\mysql\mysql-8.0.30-winx64\bin
- Run command
mysqld --initialize-insecure
- Right click on Laragon Tray and switch to MySQL 8.* version
- Start services
- Open HeidiSQL or any of your DB IDEs and start accessing the table