摘要:
brew services run mysql # 启动mysql 服务 brew services start mysql # 启动 mysql 服务,并注册开机自启 brew services stop mysql # 停止 mysql 服务,并取消开机自启 brew services rest 阅读全文
摘要:
基础版本 # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000 location ~ \.php$ { fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; in 阅读全文