llkaold.blogg.se

Install phpmyadmin debian 10
Install phpmyadmin debian 10








install phpmyadmin debian 10

then update the line that contain the variable ‘blowfish_secret’. You can type whatever random letters you think of or just generate the whole line using the Generate blowfish secret. In addition, the required length of the string must be 32 chars long. This is key is required for the default cookie-based authentication to encrypt passwords in the browser cookies. Import meta-data database scription required for PHPMyAdmin to function.Enter the database connection setting to the database.Configure Authintecation cookies settings by adding the blowfish secret key.

install phpmyadmin debian 10

In order to start configuration, we will copy the sample configuration file or rename it to config.php. Move the phpMyAdmin directory to the default Nginx html directory /var//var/www/html/phpMyAdmin Configure PHPMyAdmin. To get the latest version of the software, it’s strongly recommended to visit their website and download it.Įxtract phpMyAdmin archive sudo tar -zxvf phpMyAdmin-5.0.

install phpmyadmin debian 10

It’s mandatory to have Nginx, PHP, and MySQL installed to be able to continue. Check this article on how to install the latest PHP version on Debian. To install PHPMyAdmin required packages in Debian 10.

  • Database connection (php-mysql) to connect to database connection.
  • openssl (openssl) Needed for default authentication ( using cookies ), also If you want to enable reCAPTCHA.
  • GD2 (php-gd) to display inline thumbnails of JPEGs (“image/jpeg: inline”).
  • curl (php-curl) To support displaying phpMyAdmin’s latest version, you need to.
  • allows import of XML and Open Document Spreadsheet files.
  • phpseclib (php-phpseclib) The PHP Secure Communications Library.
  • Zip (php-zip) allow uploading of ZIP files to PHPMyAdmin.
  • mbstring (php-mbstring) to improve the performance.
  • Standard PHP Library (php-common) like ( SPL extension, hash ).
  • It requires PHP 7.1+ to work properly in addition to a few other PHP libraries. Here, this article assumes that you have a Debian 10 machine with Nginx v1.14 and MariaDB v15 or later versions installed. So, in this article, we will discuss how to install PHPMyAdmin and service it through Nginx using a Debian 10 machine. PHPMyAdmin is an essential tool to access their MySQL database without exposing the database ports to the world.










    Install phpmyadmin debian 10