Trabla: XAMPP - How to change MySQL / MariaDB default port 3306 on Windows
Solving:
Watch on YouTube
1. Stop DB in XAMPP control panel
2. Open my.ini
3. Find string - 3306 - replace with new port e.g. 3312
4. Save & close my.ini
5. Start database in XAMPP control panel
Additional steps to fix phpMyAdmin
1. Open phpMyAdmin config file
default location
C:\xampp\phpMyAdmin\config.inc.php
2. Change host
from
127.0.0.1
to
127.0.0.1:3312
3. Save & close config file
4. Reload phpMyAdmin page in browser
No comments:
Post a Comment