配置了phpstudy 但是进不去mysql 总是报-bash: mysqld: command not foundphp
解决方法:在linux环境下运行:ln -s /phpstudy/mysql/bin/mysql /bin,而后进入mysql目录 运行mysql/bin/mysql -u root -p 进入mysql