Skip to content

Instantly share code, notes, and snippets.

@gladx
Created July 20, 2022 23:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gladx/e8f813e9aeb06e0fbaf0aab959b0b29d to your computer and use it in GitHub Desktop.
Save gladx/e8f813e9aeb06e0fbaf0aab959b0b29d to your computer and use it in GitHub Desktop.
Install phpmyadmin and set random hash config.inc.php

openssl rand -base64 32 // config.inc.php $cfg['blowfish_secret'] = 'BX0pgCsYvLhoohqKaUgdTzr5T+Na0n/tKvat4i9bGfc=';

// .bashrc alias phpmyadmin="php8.0 -S localhost:8081 -t /home/user/tools/phpmyadmin"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment