Adminer Module (phpMyAdmin alternative)
Adminer is a small and lightweight alternative to phpMyAdmin which lets you quickly manage your databases. This module adds Adminer to your Sentora/ZPanel control panel. The module has been designed to be cross-platform and should work on Windows, Ubuntu and CentOS.
The reason behind developing this module is that some people can find phpMyAdmin to be overwhelming with it's thousands of buttons and options. The Adminer module tries to fill this gap by providing a database management application with a cleaner and more simplistic interface.
Adminer Details
How to Install
To install the Adminer module, insert the following into your server's terminal.
How to Upgrade
When a new version of the Adminer module is released, you may upgrade to it by inserting the following into your server's terminal.
How to Remove
To completely remove Adminer, insert the following into your server's terminal. This will remove both Adminer and the module.
Manual Installation
If you don't want to use zppy to install the module you can just as easily download it and install it using the module admin.
How to Contribute
You can help me out developing the module over on GitHub. Like Sentora, the module is released under the GPL v3 license so you are free to contribute to and share the code.
If you find this module useful or want to show your appreciation, you are welcome to star the GitHub repository or press the thanks button on this post
Planned Updates
I plan to add a daily auto update feature but currently don't have time to implement it - give me a day or two though and I'll hopefully find some time to get it done As always there is never enough time!
I still need to properly test this on Windows so don't take my word for it fully working on there just yet!
Adminer is a small and lightweight alternative to phpMyAdmin which lets you quickly manage your databases. This module adds Adminer to your Sentora/ZPanel control panel. The module has been designed to be cross-platform and should work on Windows, Ubuntu and CentOS.
The reason behind developing this module is that some people can find phpMyAdmin to be overwhelming with it's thousands of buttons and options. The Adminer module tries to fill this gap by providing a database management application with a cleaner and more simplistic interface.
Adminer Details
- Works with MySQL, PostgreSQL, SQLite, MS SQL, Oracle, SimpleDB, Elasticsearch, MongoDB
- Supports PHP 5 with enabled sessions
- Available in many languages including English (34) - Create a new translation
- Free for commercial and non-commercial use (Apache License or GPL 2)
How to Install
To install the Adminer module, insert the following into your server's terminal.
Code:
zppy repo add zppy.hawkservers.com
zppy update
zppy install adminer
How to Upgrade
When a new version of the Adminer module is released, you may upgrade to it by inserting the following into your server's terminal.
Code:
zppy upgrade adminer
How to Remove
To completely remove Adminer, insert the following into your server's terminal. This will remove both Adminer and the module.
Code:
zppy remove adminer
Manual Installation
If you don't want to use zppy to install the module you can just as easily download it and install it using the module admin.
How to Contribute
You can help me out developing the module over on GitHub. Like Sentora, the module is released under the GPL v3 license so you are free to contribute to and share the code.
If you find this module useful or want to show your appreciation, you are welcome to star the GitHub repository or press the thanks button on this post
Planned Updates
I plan to add a daily auto update feature but currently don't have time to implement it - give me a day or two though and I'll hopefully find some time to get it done As always there is never enough time!
I still need to properly test this on Windows so don't take my word for it fully working on there just yet!
Before posting, update your profile with your OS, Sentora version and server type!