VestaCP - установка phpMyAdmin-4.9.1 вместо phpMyAdmin-5.0.0-alpha1: различия между версиями

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2023
Перейти к:навигация, поиск
(Новая страница: «=== VestaCP - установка phpMyAdmin-4.9.1 вместо phpMyAdmin-5.0.0-alpha1 === # cd /usr/share/ # mv phpMyAdmin phpMyAdmin_old # wget -c https://…»)
 
Строка 14: Строка 14:
 
должен быть 32 символа иначе будет ошибка:
 
должен быть 32 символа иначе будет ошибка:
 
  The secret passphrase in configuration (blowfish_secret) is too short.
 
  The secret passphrase in configuration (blowfish_secret) is too short.
 +
 +
 +
Для 4.9.2:
 +
# wget -c  https://files.phpmyadmin.net/phpMyAdmin/4.9.2/phpMyAdmin-4.9.2-all-languages.tar.gz

Версия 07:51, 14 декабря 2019

VestaCP - установка phpMyAdmin-4.9.1 вместо phpMyAdmin-5.0.0-alpha1

# cd /usr/share/
# mv phpMyAdmin phpMyAdmin_old
# wget -c https://files.phpmyadmin.net/phpMyAdmin/4.9.1/phpMyAdmin-4.9.1-all-languages.tar.gz
# tar -xzvf phpMyAdmin-4.9.1-all-languages.tar.gz
# mv phpMyAdmin-4.9.1-all-languages phpMyAdmin
# cp -r /etc/phpMyAdmin/config.inc.php /usr/share/phpMyAdmin/


+ в конфиге config.inc.php

$cfg['blowfish_secret'] = '12345678901234567890123456789012';

должен быть 32 символа иначе будет ошибка:

The secret passphrase in configuration (blowfish_secret) is too short.


Для 4.9.2:

# wget -c  https://files.phpmyadmin.net/phpMyAdmin/4.9.2/phpMyAdmin-4.9.2-all-languages.tar.gz