摘要:
core/routing.o: In function `uwsgi_route_condition_regexp': routing.c:(.text+0x365c): undefined reference to `pcre_free_study' routing.c:(.text+0x3680 阅读全文
摘要:
使用源代码编译安装mysql还是比较麻烦,一般来说设备安装时请网络同事临时开通linux上网,通过yum网络实现快速安装,或配置yum仓库进行内网统一安装。 通过网络快速安装过程如下 登陆root账号 # mysql -uroot -p 建立远程root用户 mysql> GRANT ALL PRI 阅读全文
摘要:
在mysql用phpmyadmin导入数据的时候出现: Fatal error: Maximum execution time of 300 seconds exceeded in ... 上网查了很多文章都说 是把php.ini 里面的 max_execution_time 改大就可以,可改了还是 阅读全文