In this topic, you’ll learn how to install dbForge Studio for MySQL on Windows OS with the help of the Devart dbForge Studio for MySQL Setup Wizard. If you need to install the GUI on Linux or macOS, feel free to refer to the How to install dbForge Studio on Linux & macOS topic.
dbForge tools can be installed using the installation wizard or from the command line.
You can download and install dbForge Studio for MySQL using Chocolatey, which is a package manager for Windows. Before you start, ensure you have Chocolatey installed on your machine. If not, you can download it from the official website.
Once you have Chocolatey installed, you can follow these steps to install dbForge Studio for MySQL:
1. Open PowerShell as Administrator. For this, right-click the Windows PowerShell app, and select Run as administrator.
2. Ensure that the Get-ExecutionPolicy is not restricted. For this, run
Get-ExecutionPolicy
If it returns Restricted, then run
Set-ExecutionPolicy AllSigned
or
Set-ExecutionPolicy Bypass -Scope Process
This will allow PowerShell to run scripts for the current session.
3. Initiate the installation of dbForge Studio for MySQL. For this, enter the following command in the PowerShell window and press Enter:
choco install dbforge-mysql-studio
4. Agree to run the script by pressing Y or A.
5. Wait for installation to complete. Chocolatey will download the dbForge Studio for MySQL package and install it on your computer.
6. Confirm the installation. Once the installation is complete, you can confirm it by running:
choco list --local-only
This command will list all the packages installed on your computer through Chocolatey. If the installation was successful, you should see dbforge-mysql-studio in this list.
A portable version of an application is a self-contained build that runs without installation. All program files and settings are stored in a single directory, which allows you to run the application from any location, including a USB drive or an external disk.
dbForge Studio for MySQL does not include an official portable version. However, you can create one manually by extracting the installer with a third-party tool.
1. Open Command Prompt.
2. Navigate to the directory where you want to create a portable version of dbForge Studio for MySQL. For example:
cd D:\PortableApps
3. Run the extraction command. For example:
D:\innoextract\innoextract.exe D:\Downloads\dbforgemysql.exe
The extraction creates new folders that contain all program files.
Tip
You can use the
-d
option to specify the output directory. For example:D:\innoextract\innoextract.exe -d D:\PortableApps\ D:\Downloads\dbforgemysql.exe
When you use the
-d
option, you do not need to change directories first.
To start dbForge Studio for MySQL, run the executable file from the extracted folder.
Before using the application, you need to activate the Studio by following the standard installation procedure.