配置xampp中PHP、MysqL等的环境变量: sudo vim /etc/profile
在该文件最后添加一行: export PATH=/opt/lampp/bin:$PATH
source /etc/profile