mdserver-web
mdserver-web copied to clipboard
安装PHP,数据库后没有增加变量
trafficstars
-bash: mysql: command not found
安装完数据库后增加 ln -s /www/server/mysql/bin/mysql /usr/bin
-bash: php: command not found php也没有增加环境变量
我现在是手动在/etc/profile增加 export PATH=$PATH:/www/server/php/74/bin export PATH=$PATH:/www/server/php/73/bin 然后在source /etc/profile
我的也是一样
我的也是一样
给你解决方案了
这个手动配置吧。