MYSQL Connection Error

0

I'm setting up a machine to set up PHP and before using EASYPHP to run locahost my MYSQL ran all the normal banks, now when I try to run the error.

Errors:

1.

2.

ThingsThatCanHelp

1.

2.

    
asked by anonymous 22.10.2017 / 07:16

2 answers

0

Friend, you may have changed the connection password ... Try to enter the phpmyadmin of xampp to see if you can get something if you can not; Something you touched on the connection parameters.

    
22.10.2017 / 15:27
0

Change the port of your mysql. He's on port 3306 ... switch to 3303 and test. If you do not get 3303, try to enter another number: type 3309 ... etc ...

To change the port, you can change the port, it can be direct in the file, but LAMP already offers this option for us:

  • Click the config button on the mysql line of your xampp.
  • Now, just change the address of the port

Thanks! I hope I contributed!

    
22.10.2017 / 20:15