79273781

Date: 2024-12-12 03:56:11
Score: 0.5
Natty:
Report link

If your MySQL server is running on a port other than the default 3306, you must explicitly tell phpMyAdmin which port to use in the configuration file (config.inc.php).

Path: C:\xampp\phpMyAdmin\config.inc.php

Add the port that you're using for MySql

 $cfg['Servers'][$i]['port'] = '81';
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: ravina vala