access refused mysql xampp server

Solutions on MaxInterview for access refused mysql xampp server by the best coders in the world

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
showing results for - "access refused mysql xampp server"
Milo
20 Aug 2019
1$cfg['Servers'][$i]['host'] = 'localhost';
2and change it to
3$cfg['Servers'][$i]['host'] = 'localhost:3307';