NodeMcu connecting to MySQL via WAMP
http:///db.php?rla=1&rlb=1&rlc=1&rld=1&sta=1&stb=1&stc=1
Need to setup some file before run the server
#httpd
Options FollowSymLinks
AllowOverride none
Require all denied
DocumentRoot "${INSTALL_DIR}/www" <Directory "${INSTALL_DIR}/www/">
Require all granted
Allow from All