0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

LaravelでSQLSTATE[HY000] [2002] Connection refusedがでたときに試したこと

Last updated at Posted at 2024-02-26

僕は初心者です。
初めての投稿です。

Laravel学習中にこのようなエラー画面がでて先に進めなくなりました。

SQLSTATE[HY000] [2002] Connection refused (SQL: select * from articles)

image.png

$ brew install mariadb
$ brew services start mariadb

こちらのコマンドを打ってから、

php artisan serve

で無事に画面がでました。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?