本月博客排行
年度博客排行
-
第1名
宏天软件 -
第2名
龙儿筝 -
第3名
青否云后端云 - wallimn
- gashero
- vipbooks
- wy_19921005
- benladeng5225
- fantaxy025025
- zysnba
- ssydxa219
- e_e
- javashop
- sam123456gz
- arpenker
- tanling8334
- kaizi1992
- xpenxpen
- xiangjie88
- wiseboyloves
- ganxueyun
- xyuma
- sichunli_030
- lemonhandsome
- wangchen.ily
- jh108020
- zxq_2017
- jbosscn
- Xeden
- zhanjia
- forestqqqq
- luxurioust
- lzyfn123
- johnsmith9th
- ajinn
- nychen2000
- wjianwei666
- daizj
- hanbaohong
- 喧嚣求静
- ranbuijj
- silverend
- kingwell.leng
- lchb139128
- kristy_yy
- lich0079
- jveqi
- java-007
- sunj
- yeluowuhen
最新文章列表
解决装mysqli扩展出错问题
当你使用mysqli_ins.sh脚本安装mysqli扩展报mysql config not found 类似的错误时,用vim打开mysqli_ins.sh脚本文件 在
./configure --with-php-config=/www/wdlinux/php/bin/php-config
复制代码
这行后面加上
--with-mysqli=/www/wdlinux/ ...
mysqli extension is missing
mysqli extension is missing
Open you php.ini file and make sure the extension=mysqli.so (or extension=mysqli.dll on windows) isn’t commented out.
Note: Don’t forget restart your webserv ...