How to Uninstall MySQL v8.0.46 on Windows 10/11 (2026) | Step-by-Step Guide
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, type:
sysdm.cpl - Go to Advanced tab.
- Click Environment Variables.
- Under System variables, select Path → click Edit.
- Select and delete:
C:\Program Files\MySQL\MySQL Server 8.0\bin - Click OK → OK → OK.
Step 3: Cleanup Remaining Files
Delete the following folders if they exist:
C:\Program Files\MySQLC:\Program Files (x86)\MySQLC:\ProgramData\MySQL%APPDATA%\MySQL
Step 4: Verify Uninstallation
- Open Command Prompt.
- Run:
mysql -u root -p - If MySQL is successfully removed, you will see:
'mysql' is not recognized as an internal or external command





Comments
Post a Comment