Hosting

  1. Home
  2. Support
  3. Hosting
  4. General
  5. How to Install your own PhpMyAdmin

How to Install your own PhpMyAdmin

  1. Visit the PhpMyAdmin website and download a version equal to or higher than 4.8.4.
  2. Extract the .zip file to your local machine
  3. Rename config.sample.inc.php to config.inc.php
  4. Open config.inc.php in your favourite editor.
  5. While the config.inc.php file is open, you will need to add what is called a “blowfish Secret” this is used for cookie Authentication. You should create a random string, which may contact numbers, letters and special characters and should be at least 32 characters in length. See the example below.
    [php]$cfg['blowfish_secret'] = 'aRandomStringofCharacters!ThatisAtLeast32Characters';[/php]
  6. Upload the contents of the folder to your web space.
  7. Visit the URL within your web browser and login using the database user and associated password.
  8. That’s it, you now have your own PhpMyAdmin instance installed.

 

Was this article helpful to you? Yes No