https://cn.wordpress.org/latest-zh_CN.tar.gz
LoadModule php7_module "C:\service\php-7.4.20\php7apache2_4.dll"
AddType application/x-httpd-php .php
...
DirectoryIndex index.html index.php
DocumentRoot "C:\www\wordpress"
<Directory "C:\www\wordpress">
mysql> create database wordpress;
mysql> grant all on wordpress.* to root@'127.0.0.1' identified by '123456' with grant option;