71
Copyright © 2017, Oracle and/or its affiliates. All rights reserved. | MySQLの公式GUIツール MySQL Workbench updated : 2017/12/03 Yoshiaki Yamasaki / 山﨑 由章 MySQL Global Business Unit MySQL Senior Sales Consultant

MySQLの公式GUIツール MySQL Workbench

Embed Size (px)

Citation preview

Copyright © 2017, Oracle and/or its affiliates. All rights reserved. |

MySQLの公式GUIツール MySQL Workbench updated : 2017/12/03

Yoshiaki Yamasaki / 山﨑 由章 MySQL Global Business Unit MySQL Senior Sales Consultant

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

Safe Harbor Statement

以下の事項は、弊社の一般的な製品の方向性に関する概要を説明するものです。 また、情報提供を唯一の目的とするものであり、いかなる契約にも組み込むことはできません。以下の事項は、マテリアルやコード、機能を提供することをコミットメントするものではない為、購買決定を行う際の判断材料になさらないで下さい。 オラクル製品に関して記載されている機能の開発、リリースおよび時期については、 弊社の裁量により決定されます。

2

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

アジェンダ

3

MySQL Workbenchとは?

管理機能

開発支援機能

DB設計支援機能

データ移行機能

1

2

3

4

5

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

アジェンダ

4

MySQL Workbenchとは?

管理機能

開発支援機能

DB設計支援機能

データ移行機能

1

2

3

4

5

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

MySQL Workbenchとは?

• MySQLの公式GUIツール

• MySQL Databaseの統合開発環境

• Windows、OS X、Linux対応

5

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

MySQL Workbenchで出来ること

• MySQL Serverの管理 – Server起動/停止、Serverステータス診断、システム/ステータス変数確認、ログ確認、ユーザ管理、セッション管理、オブジェクト管理、データ編集、など

•開発支援 – SQLエディタ、SQL整形、SQLコード補完、SQLシンタックスハイライト、SQL Snippets

(ステートメント再利用)、ビジュアルExplain、など

• DB設計支援 – E-R図作成、フォワードエンジニアリング、リバースエンジニアリング、など

• データ移行 –他DB/MySQLからMySQLへのテーブル定義とデータの移行

6

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

MySQL Workbenchのダウンロード先、マニュアル

• ダウンロード先 – https://dev.mysql.com/downloads/workbench/

• マニュアル – https://dev.mysql.com/doc/workbench/en/

7

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

アジェンダ

8

MySQL Workbenchとは?

管理機能

開発支援機能

DB設計支援機能

データ移行機能

1

2

3

4

5

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

新規コネクションの生成

9

ここをクリック

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

新規コネクションの生成

• TCP/IP、UNIXソケットファイルによる接続だけでなく、 「Standard TCP/IP over SSH Connection」を選択することで SSH経由による接続も可能

10

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

Serverのステータス確認

• Managementタブの Server Status

11

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

Serverのステータス確認

•各機能の有効/無効

•使用しているディレクトリ、

など

12

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

Serverのステータス確認

• CPU負荷

• コネクション数

• ネットワークトラフィック

• SELECT回数/秒

• InnoDB関連の情報、

など

13

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

クライアントコネクションの状態確認

• Managementタブの Client Connections

• コネクションの情報を 確認可能

14

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

コネクションから実行中のSQLを獲得

• SQL EditiorでSQLを表示 –フォーマットされているため読みやすい

– SQL EditorでSQLを編集可能

– Explainも取得可能

15

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

ユーザー管理

• Management タブの User Privileges

• ユーザー作成/削除、 権限管理などが可能

16

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

システム変数、ステータス変数の確認

• Management タブの Status and System Variables

• "SHOW GLOBAL VARIABLES", "SHOW GLOBAL STATUS"を 実行しなくても、各変数を 確認可能

17

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

Schema Dump/Export

• Managementタブの Data Export

• mysqldumpを使用して バックアップを取得

•詳細なオプションも 指定可能

18

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

Schema Import

• Managementタブの Data Import/Restore

• mysqldumpファイル をロード

19

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

パフォーマンスダッシュボード

• ネットワークトラフィック、コネクション数、SQL実行数、InnoDB関連の 主要な稼働統計などを一覧で確認可能

• Managementタブの Dashboard

20

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

パフォーマンスレポート

• メモリ使用状況、I/Oが集中しているファイル/オブジェクト、 時間がかかっているSQL文などを確認可能

• Managementタブの Performance Reports

21

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

パフォーマンススキーマの設定確認/変更

22

•パフォーマンススキーマの設定をGUIから確認/変更可能

• Show Advancedをクリックすると詳細設定可能

• Managementタブの Performance Schema Setup

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

パフォーマンススキーマの設定確認/変更(詳細設定画面)

23

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

監査ログファイルの検索(商用版のみ)

• MySQL Enterprise Edition で取得した監査ログを 検索するためのGUI

• Managementタブの Audit Inspector

24

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

MySQL Enterprise Firewallの設定確認/変更(商用版のみ)

• MySQL Enterprise Firewallのインストール、 有効化/無効化の変更などを GUIから実施可能

• Firewallによりブロックした 回数などの統計情報を GUIで確認可能

• Managementタブの Firewall

25

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

MySQL Enterprise Firewallの設定確認/変更(商用版のみ)

• ホワイトリストの設定を GUIで確認/変更可能

• Managementタブの Users and Privileges

–ユーザーを選択後、 Firewall Rules

26

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

バックアップジョブの作成(商用版のみ)

• MySQL Enterprise Backupを使用したバックアップジョブの作成 –クーロン(Linux系)、タスクスケジューラー(Windows)にジョブを登録

•バックアップ実行結果の確認

• Managementタブの Online Backup

27

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

バックアップのリストア(商用版のみ)

• MySQL Enterprise Backupで 取得したバックアップの リストア

• Managementタブの Restore

28

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

アジェンダ

29

MySQL Workbenchとは?

管理機能

開発支援機能

DB設計支援機能

データ移行機能

1

2

3

4

5

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

SQL Editior

• DB接続後SQL Editiorが開いている –開いていない場合は、File -> New Query Tabから開く

30

Copyright © 2017, Oracle and/or its affiliates. All rights reserved. 31

SQL Editiorの画面構成

スキーマツリー

クエリーエリア

コンテクストヘルプ、

スニペット

サーバー応答&履歴

トグルスライドバー

クエリー実行結果

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

オブジェクト情報確認

• Schemasタブからエクスプローラーのような インターフェースでDB内のオブジェクトの 情報を確認可能

32

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

Schema Inspector(スキーマ内のオブジェクト情報確認)

• スキーマ名を右クリックしてSchema Inspectorを選択することで スキーマ内のオブジェクトを一覧で確認可能

• テーブル、カラム、インデックス、トリガー、ビュー、など

33

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

Schema Inspector(スキーマ内のオブジェクト情報確認)

• テーブルの確認例

34

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

Schema Inspector(スキーマ内のオブジェクト情報確認)

• カラムの確認例

35

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

テーブルの検索、編集、など

• テーブルを右クリックすることで各種操作を実行可能 –行を検索(自動的にLIMIT句を付与可能)

–クエリー結果をファイルへ出力(csv、JSON)

–テーブル編集

–行データの検索

など

36

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

コンテクストヘルプ

• SQL構文を確認可能

37

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

スニペット

•良く使うSQL文、コマンドを簡単に呼出し&実行

• オリジナルのスニペットも作成可能

• スニペットをDBに保存し、ユーザー間で 共有することも可能

38

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

Result Grid

• SQL実行結果を表示

•値の編集も可能

39

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

Result Grid

•値を編集すると自動的にSQL文が生成される

40

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

Query Stats

• SQLチューニング時に確認すべき実行計画以外の主要な情報が 一覧で確認可能

41

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

ビジュアルEXPLAIN

• EXPLAINの結果を見やすく表示

• オブジェクトへのアクセスパターンを一目で確認可能 – typeの値を色で判別可能

• JOINの順番も一目で分かる

• オプティマイザが 見積ったコストも 確認出来る

42

Copyright © 2017, Oracle and/or its affiliates. All rights reserved. 43

Visual EXPLAIN(typeの値による色の違い)

typeの値 色 意味

system 青色 1行しかないテーブル(systemテーブル) ※constの特殊な例

const 青色 PRIMARY/UNIQUEインデックスによる等価検索(一意検索)

eq_ref 緑色 PRIMARY/UNIQUEインデックスによるJOIN

ref 緑色 ユニークでないインデクスによる等価検索、JOIN

fulltext 黄色 全文検索インデックスを使用した全文検索

ref_or_null 緑色 ユニークでないインデックスによる等価検索とIS NULLのOR

index_merge 緑色 複数のインデックスをマージ

unique_subquery 橙色 サブクエリ内で、PRIMARY/UNIQUEインデックスで等価検索(一意検索)

index_subquery 橙色 サブクエリ内で、ユニークでないインデクスによる等価検索、

range 橙色 範囲検索

index 赤色 インデックスのフルスキャン

ALL 赤色 フルテーブルスキャン

望ましい

望ましくない

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

アジェンダ

44

MySQL Workbenchとは?

管理機能

開発支援機能

DB設計支援機能

データ移行機能

1

2

3

4

5

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

データモデルの新規作成

• File -> New Model からデータモデルを新規作成

• Add DiagramでE-R図を開いて データモデルを設計可能

45

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

データモデルの新規作成

• File -> New Model からデータモデルを新規作成

• Add DiagramでE-R図を開いて データモデルを設計可能

46

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

フォワードエンジニアリング/リバースエンジニアリング

• フォワードエンジニアリング/リバースエンジニアリング

• データモデルからオブジェクトを作成、既存のデータベースから データモデルを生成

• SQLスクリプトを生成することも可能

47

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

データモデルの同期

•変更内容をデータベースに反映

48

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

データベースドキュメント出力(商用版のみ)

• データベーススキーマの情報をドキュメント化 –テーブル定義書を自動作成

–フォーマットは4種類から選択可能

49

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

データモデルの検証(商用版のみ)

• DB設計上の間違いや懸念事項を提示

50

検証結果の例

例)film_textテーブルについている外部キーfk_film_textが、 inventoryテーブルの主キー以外の列を参照している

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

アジェンダ

51

MySQL Workbenchとは?

管理機能

開発支援機能

DB設計支援機能

データ移行機能

1

2

3

4

5

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

データ移行ウィザード

• Database -> Migration Wizard… から起動

•他DBからMySQLへテーブル 定義とデータを移行

• MySQLからMySQLへの 移行も可能

52

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

データ移行ウィザード

•対応DB(移行元) – Microsoft SQL Server 2000, 2005, 2008, 2012

– Microsoft Access 2007 以降

– PostgreSQL 8.0 以降

– SQL Anywhere

– SQLite

– Sybase Adaptive Server Enterprise 15.x 以降

– MySQL Server 4.1 以降

•対応DB(移行先) – MySQL Server 5.1 以降

53

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

参考情報

54

Copyright © 2017, Oracle and/or its affiliates. All rights reserved. 55

MySQL Enterprise Edition

MySQL導入の最適化

ROIの最適化をサポート

ユーザビリティ・顧客満足の向上

ビジネス・クリティカルな環境において、最高レベルの MySQLスケーラビリティ、セキュリティ、信頼性、 アップタイムを実現し、ビジネス・クリティカルな 環境においてリスクとコストを削減を実現

Improve Performance & Scalability

Enhance Agility & Productivity

Reduce TCO

Mitigate Risks

Get Immediate

Help if/when Needed

Increase Customer

Satisfaction

Copyright © 2017, Oracle and/or its affiliates. All rights reserved. 56

MySQL Enterprise Edition のサービスカテゴリー

管理ツール 拡張機能 サポート

•拡張性 •高可用性 •統合認証 •監査 •暗号化 •ファイヤーウオール

•監視 •バックアップ •開発 •管理 •マイグレーション

•技術サポート •コンサルティングサポート •オラクル製品との 動作保証

Copyright © 2017, Oracle and/or its affiliates. All rights reserved. 57

費用対効果の高い付加価値

商用版MySQLがご提供する価値

技術 サポート

商用版 MySQL

知財 補償

追加 機能

商用 ライセンス

Copyright © 2017, Oracle and/or its affiliates. All rights reserved. 58

MySQL Editions Standard Edition Enterprise Edition Cluster CGE

機能概要 MySQL Database ✔ ✔ ✔ MySQL Connectors ✔ ✔ ✔ MySQL Replication ✔ ✔ ✔ MySQL Router ✔ ✔ MySQL Partitioning ✔ ✔ Storage Engine: MyISAM, InnoDB ✔ ✔ ✔ Storage Engine: NDB (ndbcluster) ✔ MySQL Workbench SE/EE* ✔ ✔ ✔ MySQL Enterprise Monitor* ✔ ✔ MySQL Enterprise Backup* ✔ ✔ MySQL Enterprise Authentication (外部認証サポート)* ✔ ✔ MySQL Enterprise TDE (Transparent Data Encryption)* ✔ ✔ MySQL Enterprise Encryption (非対称暗号化)* ✔ ✔ MySQL Enterprise Firewall (SQLインジェクション対策)* ✔ ✔ MySQL Enterprise Audit (ポリシーベース監査機能)* ✔ ✔ MySQL Enterprise Scalability (スレッドプール)* ✔ ✔ MySQL Enterprise High Availability (MySQL Group Replication)* ✔ ✔ Oracle Enterprise Manager for MySQL * ✔ ✔ MySQL Cluster Manager (MySQL Cluster管理)* ✔ MySQL Cluster Geo-Replication ✔

*商用版のみで利用可能な追加機能

Copyright © 2017, Oracle and/or its affiliates. All rights reserved. 59

MySQL Editions Standard Edition Enterprise Edition Cluster CGE

Oracle Premium Support

24時間365日サポート ✔ ✔ ✔

インシデント数無制限 ✔ ✔ ✔

ナレッジベース ✔ ✔ ✔

バグ修正&パッチ提供 ✔ ✔ ✔

コンサルティングサポート ✔ ✔ ✔

オラクル製品との動作保証

Oracle Linux ✔ ✔ ✔

Oracle VM ✔ ✔ ✔

Oracle Solaris ✔ ✔ ✔

Oracle Enterprise Manager ✔ ✔

Oracle GoldenGate ✔ ✔

Oracle Data Integrator ✔ ✔

Oracle Fusion Middleware ✔ ✔

Oracle Secure Backup ✔ ✔

Oracle Audit Vault and Database Firewall ✔ ✔

※最新の対比表は、MySQL Editionsのサイトを参照下さい

Copyright © 2017, Oracle and/or its affiliates. All rights reserved. 60

MySQL Enterprise Edition管理ツールと拡張機能概要 MySQL Enterprise Edition

MySQL Enterprise Monitor 複数サーバの一括管理、クエリ性能分析

MySQL Enterprise Backup 高速なオンラインバックアップ、ポイントインタイムリカバリ

MySQL Enterprise Authentication LDAPやWindows Active Directoryとの外部認証と統合管理

MySQL Enterprise TDE データベース全体の暗号化(透過的)

MySQL Enterprise Encryption 非対称暗号化(公開鍵暗号)の業界標準機能を提供

MySQL Enterprise Firewall SQLインジェクション対策

MySQL Enterprise Audit ユーザ処理の監査、Oracle DBと同じツールで管理可能

MySQL Enterprise Scalability Thread Poolプラグインによる性能拡張性の向上

Oracle Enterprise Manager for MySQL Oracle Enterprise ManagerからMySQLを統合管理可能

Oracle Premier Support 24x7, インシデント無制限、コンサルティングサポート

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

MySQL Enterprise Support

•最大のMySQLのエンジニアリングおよびサポート組織

• MySQL開発チームによるサポート

• 29言語で世界クラスのサポートを提供

• メンテナンス・リリース、バグ修正、パッチ、アップデートの提供

• 24時間x365日サポート

•無制限サポート・インシデント

• MySQL コンサルティング・サポート

61

Get immediate help for any MySQL issue, plus expert advice

~リモートDBAとして、是非ご活用ください!!~

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

MySQL Supportの特徴

• 「パフォーマンス・チューニング」や「SQLチューニング」まで 通常サポートの範囲内

–コンサルティングサポートが含まれており、「クエリ・レビュー」、「パフォーマンス・チューニング」、「レプリケーション・レビュー」、「パーティショニング・レビュー」などに対応可能

–詳細はこちらを参照下さい http://www-jp.mysql.com/support/consultative.html

• ソースコードレベルでサポート可能 –ほとんどのサポートエンジニアがソースを読めるため、 対応が早い開発エンジニアとサポートエンジニアも 密に連携している

62

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

MySQL Supportの特徴

•物理サーバー単位課金 – CPU数、コア数に依存しない価格体系

– 4CPUまで(コア数は制限無し)同一料金、5CPU以上の価格は営業問合せ

• コミュニティ版バイナリに対してもサポートを提供可能 –サブスクリプションを契約することで、バイナリを入れ替えずにサポートを受けられる (バイナリはオラクルが提供しているものをご使用ください)

–商用版の機能を使用する場合のバイナリ入れ替えの必要性については次ページ参照

– Oracle CloudのMySQL Cloud Service以外のDBaaSはサポート対象外

• オラクルのライフタイムサポート –詳細はこちらを参照下さい

http://www.oracle.com/jp/support/lifetime-support/index.html http://www-jp.mysql.com/support/

63

Copyright © 2017, Oracle and/or its affiliates. All rights reserved. 64

管理ツール、拡張機能の対応バージョン、バイナリ入れ替え要否

MySQL Enterprise Edition バイナリ入れ替え 対応バージョン

MySQL Enterprise Monitor 必須では無い(※)

・監視対象サーバー:MySQL 5.0以降 ・マネージャーサーバーのサポートプラットフォーム https://www.mysql.com/support/supportedplatforms/enterprise-monitor.html

MySQL Enterprise Backup(MEB) 必須では無い(※)

・MEB 4.0 : MySQL 5.7 ・MEB 3.12 : MySQL 5.5、MySQL 5.6

MySQL Enterprise High Availability 必須では無い MySQL 5.7.17以降

MySQL Enterprise Authentication 必須 MySQL 5.5.16以降

MySQL Enterprise TDE 必須 MySQL 5.7.12以降

MySQL Enterprise Encryption 必須 MySQL 5.6.21以降

MySQL Enterprise Firewall 必須

MySQL 5.6.24以降 ※DETECTINGモードはMySQL 5.6.26以降で使用可能

MySQL Enterprise Audit 必須

MySQL 5.5.28以降 ※監査ログの詳細な絞り込みはMySQL 5.7.13以降で実施可能

MySQL Enterprise Scalability 必須 MySQL 5.5.16以降

※コミュニティ版のMySQL Serverに対して追加インストールすることも可能

Copyright © 2017, Oracle and/or its affiliates. All rights reserved. 65

30日間トライアル

MySQL Enterprise Edition & Cluster CGEの評価

• Oracle Software Delivery Cloud http://edelivery.oracle.com/

•製品パックを選択: "Product" にMySQLと入力し、 OSを選択し"Continue"

•製品マニュアル http://dev.mysql.com/doc/index-enterprise.html

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

価格

MySQL サブスクリプション(ソケット数) 年間価格(円) ライセンスカウント単位

MySQL Standard Edition (1-4ソケット・サーバー/年) 240,000 サーバー

MySQL Enterprise Edition (1-4ソケット・サーバー/年) 600,000 サーバー

MySQL Cluster Carrier Grade Edition (1-4ソケット・サーバー/年) 1,200,000 サーバー

66

MySQLライセンスは、MySQLデータベースがインストールされたサーバー数でカウントされます。

価格は「物理サーバー単位」で、各エディションについて、1-4ソケットおよび5ソケット以上をもつサーバーの2クラスの価格があります。 5ソケット以上の価格については、MySQL担当営業までお問い合わせください。 MySQL Cluster を初めて導入される場合は、コンサルタントをご利用されることをお薦めしています。必ずオラクルのMySQL担当営業 までご相談くだ さい。

※サーバー:プログラムがインストールされたコンピュータと定義されます。サーバー・ライセンスによって使用許諾を受けたプログラムを、 指定された1台のコンピュータで使用することができます。仮想環境上でMySQLを稼働させた場合も物理サーバー単位でカウントされます。 ※ソケット:CPUチップ(またはマルチチップ・モジュール)を装着したスロットと定義され、1つまたは複数のコアを含みます。コアの数にかかわらず、 各チップ(またはマルチチップ・モジュール)は1つのソケットとして数えられます。

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

MySQL 販売パートナー(OPN MySQL Specialization認定パートナー)

• SCSK株式会社

• 株式会社ソフトエイジェンシー

• コネクト株式会社

• 株式会社スマートスタイル

67

※OPN MySQL Specialization 認定パートナーは、お客様の推薦、スペシャリストの保有数、ビジネスの実績という 3つの基準により選出され、MySQL 製品・ソリューションにおける販売・開発・実装について、実績に裏付けられた 高い知識と専門性を有します。 ※参考:OPN MySQL 5 Specialization 認定パートナーに聞く MySQL 5 Specialization を取得した理由とは? http://www-jp.mysql.com/partners/specialized/

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

• 伊藤忠テクノソリューションズ株式会社

• 株式会社ジゾン

• 新日鉄住金ソリューションズ株式会社

• 富士通ミドルウェア

• ダイワボウ情報システム株式会社

• 株式会社野村総合研究所

• 菱洋エレクトロ株式会社

• 株式会社日立システムズ

• 株式会社日立ソリューションズ

• 日本ヒューレット・パッカード株式会社

• 日本ユニシス株式会社

• 日本電気株式会社

68

MySQL 販売パートナー

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.

お問合せ先

• [MySQL お問い合わせ窓口] 0120-065556

• 【受付時間】 平日 9:00-12:00/13:00-18:00 (祝日及び年末年始休業日を除きます) [email protected]

69

Copyright © 2017, Oracle and/or its affiliates. All rights reserved. 70