How do I install phpMyAdmin on my Synology NAS to manage MySQL/MariaDB databases
Last updated:Apr 14, 2021
How do I install phpMyAdmin on my Synology NAS to manage MySQL/MariaDB databases
Purpose
phpMyAdmin1 is an add-on package designed to manage MySQL/MariaDB databases stored on your Synology NAS. This article will guide you through how to install and run phpMyAdmin.
Notes:
- For more information on phpMyAdmin, please refer to phpMyAdmin's official website.
Resolution
Install phpMyAdmin from Package Center
Go to DSM Package Center > All Packages. Type "phpMyAdmin" in the search bar and press Enter. Click Install.
Manage MySQL/MariaDB databases on your Synology NAS with phpMyAdmin
- Launch phpMyAdmin.
- In the login page, enter your login information, select the server, and click Go.
- You can now operate MySQL/MariaDB databases with phpMyAdmin.
The default username is "root" and the password is the same one you use for MariaDB.