LoginSignup
5
4

More than 5 years have passed since last update.

Laravel Homesteadで立ち上げたmysqlにSequel Proで接続する

Posted at

はじめに

Laravel Homesteadでvagrant上のmysqlにSequel Proで接続する方法です。
mysqlは作成時のデフォルトです。

設定

  • MySQLホスト
    laravelプロジェクトの.envのDB_HOST

  • ユーザ名
    laravelプロジェクトの.envのDB_USERNAME

  • パスワード
    laravelプロジェクトの.envのDB_PASSWORD

  • データベース
    laravelプロジェクトの.envのDB_DATABASE

  • ポート
    laravelプロジェクトの.envのDB_PORT

  • sshホスト
    Homestead.yamlのip

Sequel Pro 2018-07-16 22-00-00.png

5
4
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
5
4