markdown WP-CLI-Launch-PHP-built-in-web-server-and-Start-MySQL-server.md Posted 2021-05-06 tags: 篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown WP-CLI-Launch-PHP-built-in-web-server-and-Start-MySQL-server.md相关的知识,希望对你有一定的参考价值。 ## START A PHP SERVER ##### Using the WP_CLI ```TXT wp server --host=0.0.0.0 --docroot=../../../ ``` ##### Using built in php server ```TXT php -S localhost:8888 ``` ## START MYSQL ```TXT mysql.server start ``` 以上是关于markdown WP-CLI-Launch-PHP-built-in-web-server-and-Start-MySQL-server.md的主要内容,如果未能解决你的问题,请参考以下文章 转换rst到markdown总结 markdown [Markdown HowTo]作为Markdown语法的秘籍 python markdown干啥用的 markdown前端渲染 如何用markdown生成目录 markdown排版示例