sudo add-apt-repository universe && sudo apt-get update && sudo apt-get upgrade && sudo apt-get install mc && sudo apt-get install php7.2-fpm && sudo apt-get install nginx && sudo apt-get install php7.2-mbstring && sudo apt-get install php7.2-mysql && sudo apt-get install php-gettext && sudo apt-get install php7.2-curl && sudo apt-get install php7.2-xml && sudo apt-get install php-imagick && sudo apt-get install sendmail && sudo apt-get install mariadb-server mariadb-client && sudo apt install ntpdate && sudo apt-get install php7.2-gd && sudo apt-get install php-zip
chown -R www-data:www-data /var/www
usermod -a -G www-data USER
установка рут пароля
sudo passwd
установка рут пароля для базы
sudo mysql -u root
use mysql;
update user set password=PASSWORD("my-new-cool-password") where User='root';
flush privileges;
update user set plugin='' where User='root';
quit;
systemctl restart mariadb
Комментариев нет :
Отправить комментарий