LoginSignup
0
0

TablePlusでAccess denied

Posted at

Laravelでのアプリ開発でMariaDBへの接続をしようとした際に、以下のエラーが発生した際の対処方法を記載します。

事象

Access denied for user 'root'@'localhost' (using password: YES)

image.png

対処方法

1 .envにFORWARD_DB_PORT=33060 を追記

localに既に作成していたMySQLのPORT3306と干渉していたため、新たにポート番号を別途追記します。

2 sailコマンドで再起動。

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