2

So I am a user of windows 10 and have xammp in my computer. When I first try to run MySQL server, had problem with 3306 port because I didn't had configured ports free. So I changed it to run on port 3307 and it worked. After that I am trying to connect to localhost/phpmyadmin, and for a reason I just can't.... Anybody have any advice/idea what is going on ? enter image description here

enter image description here

5
  • 1
    How did you change your port number? Commented May 31, 2020 at 4:34
  • 1
    On xampp control panel, I did this moves: MySqL config -> my.ini -> in the file, I changes the variable port=3306 to port 3307. Do you think this caused the problem ? Commented May 31, 2020 at 4:37
  • The error you are getting is because the password is wrong, have you tried checking that? Commented May 31, 2020 at 4:41
  • @FermínRodríguezdelCastillo how can I check which is my password ? Commented May 31, 2020 at 4:43
  • should be 'root' or '[empty]' if you never set it up. Commented May 31, 2020 at 5:06

1 Answer 1

1

On the xampp config file : xampp\phpMyAdmin\config.inc: ADD THIS LINE

$cfg['Servers'][$i]['port'] = '3307';]

(I just found the answer, so... I thought would be good to leave this here.. )

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.