Update Installing Automatic phpMyAdmin for Pterodactyl
parent
8d98616d7e
commit
7dda2b8fbc
1 changed files with 5 additions and 1 deletions
|
@ -87,7 +87,11 @@ You can now edit the file `token.php` that you just uploaded, to fit your needs
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
Go to your admin part of your Pterodactyl Installation, then in the "Automatic phpMyAdmin" category, click on create a new installation.
|
Go to your admin part of your Pterodactyl Installation, then in the "Automatic phpMyAdmin" category, click on create a new installation.
|
||||||
Choose a name and a description. Then, for the URL, it needs to be the one of your phpMyAdmin installation. For the cookie name, it needs to be the same as configured in the `token.php` file of your phpMyAdmin installation, same for the `cookie_domain`, the `encryption_key` and the `encryption_iv`.
|
Choose a name and a description.
|
||||||
|
|
||||||
|
Then, for the URL, it needs to be the one of your phpMyAdmin installation. You need to include the protocol (e.g. `https://phpmyadmin.example.org`)!
|
||||||
|
|
||||||
|
For the cookie name, it needs to be the same as configured in the `token.php` file of your phpMyAdmin installation, same for the `cookie_domain`, the `encryption_key` and the `encryption_iv`.
|
||||||
|
|
||||||
When the selected Database Host is none, this phpMyAdmin installation will be used for every Database Host when clicking on the button to connect to the database. But when there is one selected, it'll be this one that will be used when connecting to a database of this host.
|
When the selected Database Host is none, this phpMyAdmin installation will be used for every Database Host when clicking on the button to connect to the database. But when there is one selected, it'll be this one that will be used when connecting to a database of this host.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue