【发布时间】:2015-08-28 09:36:22
【问题描述】:
我已经在 ubuntu 14.04 中安装了 phpstorm 当我尝试使用命令 php artisan migrate 访问数据库时出错:
wwwsabininfonp@wwwsabininfonp-Aspire-E1-471:/opt/lampp/htdocs/fine-arts$ php artisan migrate
[PDOException]
SQLSTATE[HY000] [2002] Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
当我尝试使用命令作曲家更新时出现以下错误:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- gregwar/captcha dev-master requires ext-gd * -> the requested PHP extension gd is missing from your system.
- gregwar/captcha dev-master requires ext-gd * -> the requested PHP extension gd is missing from your system.
- Installation request for gregwar/captcha dev-master -> satisfiable by gregwar/captcha[dev-master].
我不知道为什么这段代码在骂我.....
【问题讨论】:
标签: php ubuntu laravel migration laravel-artisan