Я новичок в Laravel и myphpadmin, поэтому я предполагаю, что совершаю глупую ошибку при вводе параметров в мой файл env.Кроме того, имейте в виду, что я использую совершенно новую копию myphpadmin, которая была включена в MAMP (я не изменил имя пользователя или пароль вообще).
Вот моя ошибка:
Illuminate\Database\QueryException : SQLSTATE[HY000] [2002] No such file or directory (SQL: select * from information_schema.tables where table_schema = mysql an
d table_name = migrations)
at
/Users/christian/Desktop/lsapp/vendor/laravel/framework/src/Illuminate/Database/Connection.php:664
660| // If an exception occurs when attempting to run a query, we'll format the error
661| // message to include the bindings with SQL, which will make this exception a
662| // lot more helpful to the developer instead of just the database's errors.
663| catch (Exception $e) {
> 664| throw new QueryException(
665| $query, $this->prepareBindings($bindings), $e
666| );
667| }
Exception trace:
1 PDOException::("SQLSTATE[HY000] [2002] No such file or directory")
/Users/christian/Desktop/lsapp/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:68
2 PDO::__construct("mysql:host=localhost;port=8080;dbname=mysql", "root", "", [])
/Users/christian/Desktop/lsapp/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:68
Вот мой файл env:
DB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=8080
DB_DATABASE=lsapp
DB_USERNAME=root
DB_PASSWORD=