I was using the MYSQL 5 and I hashed all the passwords with password() function , after that I upgraded to MYSQL 8 and all the hashed passwords with password() function are gone . Is their any way to get the passwords again. ?
            Asked
            
        
        
            Active
            
        
            Viewed 57 times
        
    0
            
            
        - 
                    Your password hashes are not gone. The most likely case is that the function itself is gone, see [In MySQL SERVER 8.0 the PASSWORD function not working](https://stackoverflow.com/q/52320576) – Solarflare Aug 01 '19 at 11:52
- 
                    Yes you are are right , but is their any way to grep the hashes back with the right passwords – medo Aug 01 '19 at 18:37
- 
                    Yes, [there is](https://stackoverflow.com/a/20834766). – Solarflare Aug 01 '19 at 19:30
