标签:enter html oca pre use create database sha htm
#CentorOS
useradd victor
passwd victor //adminadmin
#MYSQL
root: Admin090615@
CREATE DATABASE wordpress;
GRANT ALL ON wordpress.* TO wordpressuser@localhost IDENTIFIED BY ‘BLOck@123‘;
wget https://wordpress.org/wordpress-5.4.tar.gz
tar -xvf wordpress-5.4.tar.gz
cp -rf ./wordpress /usr/share/nginx/html
Wordpress
admin/aA12345678
标签:enter html oca pre use create database sha htm
原文地址:https://www.cnblogs.com/wbwj/p/13171344.html