博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
laragon 使用(php版本升级切换)
阅读量:5368 次
发布时间:2019-06-15

本文共 1045 字,大约阅读时间需要 3 分钟。

php版本升级切换

1.下载对应不带 nts 的php版本(http://windows.php.net/download/),然后解压放到\laragon\bin\php目录下

2.记得改环境变量下php的path配置

3.laragon操作:菜单->PHP->版本->选择对应的php版本

4.需要重新配置下xdebug

https://www.cnblogs.com/cxscode/p/8933209.html

 php.ini最后加

[xdebug]zend_extension="D:\laragon\bin\php\php-7.1.14-Win32-VC14-x64\ext\php_xdebug.dll"xdebug.remote_enable=true    xdebug.remote_host=127.0.0.1 xdebug.remote_port=9000      xdebug.remote_handler=dbgpxdebug.idekey="PHPSTORM"

下载安装对应版本xdebug:php_xdebug.dll

放到对应php的ext文件夹下即可

 

nginx,mysql,apache同理

mysql需要初始化数据

How to add old version of MySQL for your case: (http://ftp.iij.ad.jp/pub/db/mysql/Downloads/MySQL-5.1/mysql-noinstall-5.1.73-win32.zip)1、Backup your databases using mysqldump2、Rename current data dir to data-backup3、Copy your data dir in bin/mysql/mysql-noinstall-5.1.73-win32 to the former data dir place4、Start Laragon and restore former databases from the dump file 将laragon/data/mysql/mysql

文件夹备份, 将新mysql 压缩包中的data数据拷贝到laragon/data/mysql/mysql,然后重启mysql就可以实现切换

 

转载于:https://www.cnblogs.com/cxscode/p/9696567.html

你可能感兴趣的文章
SSH-struts2的异常处理
查看>>
《30天自制操作系统》学习笔记--第14天
查看>>
LGPL协议的理解
查看>>
1、Python基础
查看>>
Unity The Tag Attribute Matching Rule
查看>>
试着理解下kvm
查看>>
WebService学习总结(二)--使用JDK开发WebService
查看>>
Tizen参考手机RD-210和RD-PQ
查看>>
竞价广告系统-位置拍卖理论
查看>>
策略模式 C#
查看>>
[模板]树状数组
查看>>
[HDU 6447][2018CCPC网络选拔赛 1010][YJJ's Salesman][离散化+线段树+DP]
查看>>
设计模式学习的好方法
查看>>
感谢Leslie Ma
查看>>
几种排序方法
查看>>
查看数据库各表的信息
查看>>
第一阶段测试题
查看>>
第二轮冲刺第五天
查看>>
图片压缩
查看>>
Hadoop-2.6.5安装
查看>>