摘要:
centos7修改httpd.service后运行systemctl restart httpd.service提示 Failed to issue method call: Unit httpd.service failed to load: No such file or directory. 阅读全文
摘要:
centos7精简版(minimal)运行killall命令提示 command not found 是由于没有安装psmisc所致 Psmisc软件包包含三个帮助管理/proc目录的程序。 安装下列程序: fuser, killall,pstree和pstree.x11(到pstree的链接) f 阅读全文
摘要:
PHP Fatal error: Call to undefined function mysql_connnect() in /var/www/html/mysqltest.php on line 2 yum install php-mysql 安装后重启apache即可 如果还不行,可将mysq 阅读全文