/usr/share/phpMyAdmin/.htaccess
RewriteEngine On
RewriteCond %{HTTPS} on
RewriteRule (.*) http://%{HTTPS_HOST}%{REQUEST_URI}
блокнот
/usr/share/phpMyAdmin/.htaccess
RewriteEngine On
RewriteCond %{HTTPS} on
RewriteRule (.*) http://%{HTTPS_HOST}%{REQUEST_URI}
tar -xvf archive.tar.gz -C destination_folder/
zcat path_to_file.sql.gz | mysql -udb_user -pdb_pass db_name
unzip -p path_to_file.sql.zip | mysql -udb_user -pdb_pass db_name
yum install epel-release
yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm
yum-config-manager --enable remi-php72
yum update
yum remove php71-php php70-php php55-php php54-php
systemctl restart httpd
yum-config-manager --disable remi-php54 remi-php55 remi-php-54-debuginfo remi-php55-debuginfo