Jump to content

Cannot connect to server(XAMPP 5.5)


dianagaby2002

Recommended Posts

Old 16 character long password hash?

 

Did php or mysql get updated?

 

http://dev.mysql.com/doc/refman/5.7/en/set-password.html

SET PASSWORD FOR 'username'@'localhost' = PASSWORD('thepassword')

 

Basically you need to set the password again

 

You can look in my.cnf and comment out this line, restart the server

old-passwords = 1

Link to comment
Share on other sites

Old 16 character long password hash?

 

Did php or mysql get updated?

 

http://dev.mysql.com/doc/refman/5.7/en/set-password.html

SET PASSWORD FOR 'username'@'localhost' = PASSWORD('thepassword')

 

Basically you need to set the password again

 

You can look in my.cnf and comment out this line, restart the server

old-passwords = 1

 

#1133 - Can't find any matching row in the user table 

 

And I don't have my.cnf file

Link to comment
Share on other sites

As of right now all should as the latest XAMPP uses php version 5.6.12, in future versions of php mysql_* functions will be gone, right now are deprecated.

 

Use mysqli_* or pdo

 

I doubt it's your issue, save your database and try a reinstall.

 

You can copy your databases inside the mysql folder directly in the application, then place them back after reinstall.

Edited by QuickOldCar
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.