3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Sequal Aceの基本情報

Last updated at Posted at 2021-06-28

Sequal Aceの使い方をまとめた記事です。

アジェンダ

  1. Sequal Aceとは
  2. Sequal Aceの使い方
  3. Sequal Aceのインストール

1. Sequal Aceとは

Sequal Aceの説明 MacOS用のMySQL(MariaDB)クライアント。 MySQLへの操作をGUI操作可能。Sequel Proの後継に当たる。 <公式リファレンス> ○Appストア https://apps.apple.com/us/app/sequel-ace/id1518036000?mt=12 ○公式HP https://sequel-ace.com/ ![SequalAce.png](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/599049/e0380d92-3661-e62a-0ccc-799d1a8c8d90.png)

2. Sequal Aceの使い方

2-1. ログインの仕方 ![スクリーンショット 2021-06-28 14.53.08.png](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/599049/0df8ce17-fdad-11f2-522a-0b778d02ca1e.png) ○パラメータの説明 ・Name:接続先名称(名称はなんでもOK!サーバ名をつけておくと使いやすい) ・UserName:MySQL/MariaDBのログインユーザ(例ではrootです) ・Password:MySQL/MariaDBのログインユーザのPW(例では、rootのPWを入力しています。) ・Database:初回ログイン時のDBを設定できます。 ・Port:MySQL/MariaDBのポート番号(デフォルトでは3306) ・Time Zone:ログイン時のタイムゾーン(デフォルト設定でOK。特段変更する事はないです。) 「AddtoFavorite」ボタンを押すと、お気に入り登録できます。
2-2. DBのスキーマ設定 ![dbの設定.png](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/599049/02b5c6eb-cb05-5327-8c58-5e3e32530359.png) 接続先のDB(スキーマ)を選択。画像ではtestdbを設定。 モザイク箇所に作成したスキーマが表示されます。
2-3. TBL構造 ![TBL構造.png](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/599049/cbee987f-c457-7d52-b6cc-a30089d5eea2.png) ○SQLの代替(DESC TBL名)
2-4. TBLデータ ![TBLデータ.png](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/599049/e15be56d-525a-f2bd-adb2-51bf47200866.png) ○SQLの代替(select * from TBL名)
2-5. TBLリレーションシップ ![TBLリレーションシップ.png](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/599049/37c367cb-aac6-9ef6-49bb-ae706633226e.png)
2-6. TBL情報 ![TBL情報.png](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/599049/48163e67-2099-c3bd-9de1-dd51cbca7181.png)
2-7. TBLクエリ ![TBLクエリ.png](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/599049/ba6cc071-1da2-74d6-8cef-60e4448debb7.png) ※SQLを実行可能です。

3. Sequal Aceのインストール

3-1. AppStoreからのインストール ダウンロード方法は2通りありますが、AppStoreからのインストールが簡単でしょう!! 1. AppStoreからのダウンロード https://apps.apple.com/us/app/sequel-ace/id1518036000?mt=12
3-2. ターミナルからのインストール
~/develop $ brew install --cask sequel-ace
==> Downloading https://github.com/Sequel-Ace/Sequel-Ace/releases/download/production/3.3.3-3034/Sequel-Ace-3.3.3.zip
==> Downloading from https://github-releases.githubusercontent.com/271553915/8fd32480-c86a-11eb-9b28-cb3b272168ac?X-Amz-Algorithm=AWS4
######################################################################## 100.0%
==> Installing Cask sequel-ace
==> Moving App 'Sequel Ace.app' to '/Applications/Sequel Ace.app'
🍺  sequel-ace was successfully installed!
3
2
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
3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?