Jump to content
Old threads will finally start getting archived Γ—
🚨🚨 GAME-CHANGING ANNOUNCEMENT FROM PHP FREAKS 🚨🚨 Γ—

Recommended Posts

So what changed since yesterday? Because if it worked yesterday and not today then something did change.

Good question...I even reinstalled it and still...But my code is ok because it's the same I used 1 week ago...hmm

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

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

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
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.