CodepadME / laravel-tricks

The source code for the Laravel Tricks website
http://laravel-tricks.com
MIT License
966 stars 298 forks source link

php artisan migrate and db:seed exception no such file or directory?? #74

Closed yuchao86 closed 9 years ago

yuchao86 commented 9 years ago

─[yuchao@localhost] - [~/htdocs/tricks] - [2014-09-25 04:08:49] └─[210] <> php artisan migrate

[PDOException] SQLSTATE[HY000] [2002] No such file or directory

migrate [--bench[="..."]] [--database[="..."]] [--path[="..."]] [--package[="..."]] [--pretend] [--seed]

┌─[yuchao@localhost] - [~/htdocs/tricks] - [2014-09-25 04:08:54] └─[210] <> php artisan migrate --path="./app/database/migrations/"

[PDOException] SQLSTATE[HY000] [2002] No such file or directory

migrate [--bench[="..."]] [--database[="..."]] [--path[="..."]] [--package[="..."]] [--pretend] [--seed]

please send me the sql file about the tricks ,thanks ,my email is: yuchao86 at gmail dot com.

msurguy commented 9 years ago

hello!

which version of PHP are you using? Also, did you update the config files to match your DB?

yuchao86 commented 9 years ago

Msurguy: hello! My php version is 5.4.30. the config files matched my DB. ┌─[yuchao@localhost] - [~] - [2014-09-30 01:06:00] └─[0] <> php -v PHP 5.4.30 (cli) (built: Jul 29 2014 23:43:29) Copyright (c) 1997-2014 The PHP Group Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies