This repository has been archived by the owner on Aug 3, 2024. It is now read-only.
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.
Install/Configure database management tools #46
Open
Description
Regarding our new database sever, we will need some way for members to manage and use their databases.
The primary use for this is to allow users without root access to create their own databases.
- mysql-admtools (Used at NTNU, allows creation of databases and users, but not data )
We could also host clients for databases, but this is not required for operation, as users can run their own clients locally.
- phpmyadmin (web interface for managing MySQL databases and data, but not users)
- adminer Minimal alternative to phpmyadmin
- pgadmin Web interface for managing PHP databases
Activity