I want to know that how can i get back the Mysql Encrypted pasword
What password? The password to access the database? Or the user passwords stored in the user table of your application?
And encrypted how? Passwords usually are encrypted using a one-way encryption, so there’s no way of getting back the plain text password.