1.连接远程桌面,使用Ctrl+C Ctrl+V 给本地的FZ Server复制过去
2. 调出我的电脑到桌面:
![](https://img.haomeiwen.com/i5261083/8cf2504f8057fde3.png)
然后按Win+R
输入以下命令:
rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,0
【这是一个命令】
![](https://img.haomeiwen.com/i5261083/0ec1fa4862909788.png)
![](https://img.haomeiwen.com/i5261083/2a157770e93c322b.png)
3. 设置FZ Server:
![](https://img.haomeiwen.com/i5261083/ea0781bb43611b77.png)
或者:
![](https://img.haomeiwen.com/i5261083/5790f8e5048c1d7e.png)
来源:http://www.pc6.com/infoview/Article_72225.html
4. 在运行项目时候,会提示缺少MSVCR100.dll
将MSVCR100.100文件复制到C:\Windows\system32 里面如果你是64位的系统,就放到C:\Windows\SysWOW64里面
来源:https://jingyan.baidu.com/article/a3a3f811ef81298da2eb8ae5.html
5. 修改网站根目录:
![](https://img.haomeiwen.com/i5261083/5a963b1bea2c2042.png)
<blockquote>在给phpstudy重启后,这个目录会自动重置,原因不明,所以最好使用原有路径</blockquote>
![](https://img.haomeiwen.com/i5261083/19c7e199d34da430.png)
6. 在阿里云里打开80,3306等端口:
![](https://img.haomeiwen.com/i5261083/322fb39bf0e58e5b.png)
![](https://img.haomeiwen.com/i5261083/37f7198e3883a3e5.png)
![](https://img.haomeiwen.com/i5261083/7f2b971fcbb7c1e7.png)
7. 使服务器本地数据库允许外部ip链接:
添加一个Host=%的账号
修改该账号的密码:
update user set password= password('你的密码') where xxxxx;
网友评论