Posts

Showing posts from April, 2026

How to Uninstall MySQL v8.0.46 on Windows 10/11 (2026) | Step-by-Step Guide

Image
Below is a step-by-step guide to uninstall MySQL v8.0.46 from Windows 10/11. Step 1: Uninstall MySQL (Choose Any Method Below) Method 1: Uninstall via Windows Settings Press Windows + I to open Settings. Go to Apps . Click Installed apps . Search MySQL Documents → click ⋮ → Uninstall → Uninstall. Search MySQL Examples and Samples → Uninstall. Search MySQL Workbench → Uninstall. Search MySQL Shell → Uninstall. Search MySQL Router → Uninstall. Search MySQL Server → Uninstall. Search MySQL Installer → Uninstall. Click Yes if security prompt appears. Method 2: Uninstall via Control Panel Press Windows + R . Type: appwiz.cpl Press Enter. Select each MySQL component and click Uninstall → Yes : MySQL Documents MySQL Examples and Samples MySQL Workbench MySQL Shell MySQL Router MySQL Server MySQL Installer Step 2: Remove MySQL from PATH Press Win + R ,...

How to Install MySQL v8.0.46 on Windows 10/11 (2026) | Step-by-Step Guide

Image
Below is a step-by-step guide to install MySQL v8.0.46 on Windows 10/11. Step 1: Download MySQL Installer Go to the official site: https://www.mysql.com/ Click on Downloads menu. Click on MySQL Community (GPL) Downloads under MySQL Community Edition. Click on MySQL Installer for Windows . Download: Windows (x86, 32-bit), MSI Installer (mysql-installer-community-8.0.46.0.msi) for offline installation. Click on No thanks, just start my download . Step 2: Run the Installer Double-click the downloaded mysql-installer-community-8.0.46.0.msi file. If Windows asks permission, click Yes . Select Setup Type: Full and click Next . The installer will install: MySQL Server MySQL Workbench MySQL Shell MySQL Router MySQL Documentation Samples and Examples Click Execute and wait for installation to complete. Click Next . Step 3: Configure MySQL Server Click Next . Keep Type and ...

How to Uninstall JupyterLab installed using Miniconda on Windows 10/11 (2026) | Step-by-Step Guide

Image
Below is a step-by-step guide to uninstall JupyterLab installed using Miniconda on Windows 10/11: Step 1: Launch Miniconda Open 'Anaconda Prompt' from the Start menu. Step 2: Activate Environment Run the command to activate your environment: conda activate myenv Step 3: Uninstall JupyterLab Run the command to uninstall JupyterLab: conda remove jupyterlab Press 'y' to confirm. This removes JupyterLab from the selected environment. Step 4: Clean Conda Cache Run the command to clear Conda cache: conda clean --all Step 5: Verify Uninstallation Run the command to verify uninstallation: jupyter lab You should see output similar to: 'jupyter' is not recognized as an internal or external command. Deactivate the environment: conda deactivate

How to Install JupyterLab on Windows 10/11 using Miniconda (2026) | Step-by-Step Guide

Image
Below is a step-by-step guide to install JupyterLab on Windows 10/11 using Miniconda: Step 1: Download Miniconda Go to the Miniconda official site: https://www.anaconda.com/docs/getting-started/miniconda/main Click on 'anaconda.com/download' link. Click on 'Skip Registration' link. Under Windows and Miniconda section, click on 'Windows 64-Bit Graphical Installer' to download Miniconda3-latest-Windows-x86_64.exe . Step 2: Install Miniconda Double-click the .exe file and run the installer. Click 'Next' ➡️ and then 'I Agree' on the license agreement screen. Choose Installation Type: Select 'Just Me' (recommended) and click 'Next' . Choose Installation Location: Default is fine ( C:\Users\YourUsername\miniconda3 ) and click 'Next' . In Advanced Options, check the boxes: Register Miniconda as default Python Clear package cache...