phpMyAdmin: The configuration file now needs a secret passphrase (blowfish_secret)

phpMyAdmin The configuration file now needs a secret passphrase (blowfish_secret)

So you have just installed the new DSM 7 on your Synology NAS and you have noticed that you have been asked to repair the phpMyAdmin package. So far so good. You will be notified that the phpMyAdmin package has been repaired correctly, but when you open your phpMyAdmin package and log in via root, … Read more about phpMyAdmin: The configuration file now needs a secret passphrase (blowfish_secret)

Synology: phpMyAdmin Update Version: 4.9.7-1025

Synology phpMyAdmin Update Version 4.9.7-1025

With the release of a new update to DSM 7.0.1, Synology has also released an update to the phpMyAdmin package bringing it from version 4.9.6 to version 4.9.7-1025 – phpMyAdmin is a free software tool designed to manage the MariaDB databases. Manage the MariaDB databases stored on your Synology NAS by installing this package. Note: phpMyAdmin 4.9.7-1025 is available … Read more about Synology: phpMyAdmin Update Version: 4.9.7-1025

Synology: phpMyAdmin Update Version: 4.9.6-0187

Synology phpMyAdmin Update Version 4.9.6-0187

phpMyAdmin is a free software tool designed to manage the MariaDB databases. Manage the MariaDB databases stored on your Synology NAS by installing this package. Version: 4.9.6-0187 Released on (2021-02-23) What’s New: Fixed an issue where the passwords generated by phpMyAdmin might not meet the password rule. Fixed an issue where the Designer feature might not … Read more about Synology: phpMyAdmin Update Version: 4.9.6-0187

phpMyAdmin: How to Convert utf8_general_ci Database to utf8mb4_unicode_ci

phpMyAdmin How to Convert utf8_general_ci Database to utf8mb4_unicode_ci

Starting with version 4.2 WordPress has changed the database character set from utf8_general_ci to utf8mb4_unicode_ci (which was necessary, for example, for full emoji support) if a few requirements have been met. In this article I will teach you how to manually make the switch from utf8_general_ci to utf8mb4_unicode_ci using phpMyAdmin if you did not meet … Read more about phpMyAdmin: How to Convert utf8_general_ci Database to utf8mb4_unicode_ci