Wget cn.wordpress.org/wordpress-4…
Sudo unzip wordpress – 4.7.4 – zh_CN. Zip
CREATE a DATABASE for wordpress called wordpress;
This database sets a USER to wordpressuser: CREATE USER WordPressuser;
Configure a PASSWORD FOR this user as password123: SET PASSWORD FOR wordpressuser= PASSWORD(” password123 “);
GRANT ALL PRIVILEGES ON wordpress.* TO WordPressuser IDENTIFIED BY “password123”;
Effect of these configurations FLUSH PRIVILEGES;
Exit the mysql exit;
For more of Jerry’s original articles, please follow the public account “Wang Zixi “: