- Go to Databases -> MySQL -> MySQL DBs
- Find the database in the list
- Click the "Change password" button
- Type in a temp password, select Long Hash and submit
- Click the "Change Password" button again
- Type in the real password
- Select "Long" under the "MySQL Password hash length" section
- Submit
PHP 5.3 or newer requires to use the "long hash" mysql user password option for security purposes. If you receive a database connection error, ensure that you're using the long hash option by updating the password via the following method:
- 591 Users Found This Useful