質問編集履歴
4
加筆
test
CHANGED
File without changes
|
test
CHANGED
@@ -92,6 +92,86 @@
|
|
92
92
|
|
93
93
|
|
94
94
|
|
95
|
+
|
96
|
+
|
95
97
|
この場合の解決方法を教えていただけると幸いです…
|
96
98
|
|
97
99
|
よろしくお願いいたします。
|
100
|
+
|
101
|
+
|
102
|
+
|
103
|
+
|
104
|
+
|
105
|
+
|
106
|
+
|
107
|
+
|
108
|
+
|
109
|
+
【追記2】
|
110
|
+
|
111
|
+
使用しているOS:Windows 7 Professional
|
112
|
+
|
113
|
+
|
114
|
+
|
115
|
+
(my.defaylt.iniファイルの内容)
|
116
|
+
|
117
|
+
# For advice on how to change settings please see
|
118
|
+
|
119
|
+
# http://dev.mysql.com/doc/refman/5.7/en/server-configuration-defaults.html
|
120
|
+
|
121
|
+
# *** DO NOT EDIT THIS FILE. It's a template which will be copied to the
|
122
|
+
|
123
|
+
# *** default location during install, and will be replaced if you
|
124
|
+
|
125
|
+
# *** upgrade to a newer version of MySQL.
|
126
|
+
|
127
|
+
|
128
|
+
|
129
|
+
[mysqld]
|
130
|
+
|
131
|
+
|
132
|
+
|
133
|
+
# Remove leading # and set to the amount of RAM for the most important data
|
134
|
+
|
135
|
+
# cache in MySQL. Start at 70% of total RAM for dedicated server, else 10%.
|
136
|
+
|
137
|
+
# innodb_buffer_pool_size = 128M
|
138
|
+
|
139
|
+
|
140
|
+
|
141
|
+
# Remove leading # to turn on a very important data integrity option: logging
|
142
|
+
|
143
|
+
# changes to the binary log between backups.
|
144
|
+
|
145
|
+
# log_bin
|
146
|
+
|
147
|
+
|
148
|
+
|
149
|
+
# These are commonly set, remove the # and set as required.
|
150
|
+
|
151
|
+
# basedir = .....
|
152
|
+
|
153
|
+
# datadir = .....
|
154
|
+
|
155
|
+
# port = .....
|
156
|
+
|
157
|
+
# server_id = .....
|
158
|
+
|
159
|
+
|
160
|
+
|
161
|
+
|
162
|
+
|
163
|
+
# Remove leading # to set options mainly useful for reporting servers.
|
164
|
+
|
165
|
+
# The server defaults are faster for transactions and fast SELECTs.
|
166
|
+
|
167
|
+
# Adjust sizes as needed, experiment to find the optimal values.
|
168
|
+
|
169
|
+
# join_buffer_size = 128M
|
170
|
+
|
171
|
+
# sort_buffer_size = 2M
|
172
|
+
|
173
|
+
# read_rnd_buffer_size = 2M
|
174
|
+
|
175
|
+
|
176
|
+
|
177
|
+
#sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES
|
3
追記の加筆
test
CHANGED
File without changes
|
test
CHANGED
@@ -63,3 +63,35 @@
|
|
63
63
|
tomcat8.0
|
64
64
|
|
65
65
|
mysql-connector-java-5.1.8-bin
|
66
|
+
|
67
|
+
|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
|
72
|
+
|
73
|
+
【追記】
|
74
|
+
|
75
|
+
http://web.sfc.wide.ad.jp/~tinaba/tutorials/mysql-j/
|
76
|
+
|
77
|
+
|
78
|
+
|
79
|
+
教えていただいた上記のURLを参考に作業をおこなったところ以下のエラーメッセージが出ました。
|
80
|
+
|
81
|
+
|
82
|
+
|
83
|
+
|
84
|
+
|
85
|
+
データベース接続エラーcom.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
|
86
|
+
|
87
|
+
|
88
|
+
|
89
|
+
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
|
90
|
+
|
91
|
+
|
92
|
+
|
93
|
+
|
94
|
+
|
95
|
+
この場合の解決方法を教えていただけると幸いです…
|
96
|
+
|
97
|
+
よろしくお願いいたします。
|
2
誤字の修正
test
CHANGED
File without changes
|
test
CHANGED
File without changes
|
1
状況説明の追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,8 +1,46 @@
|
|
1
1
|
プログラミング初心者です。
|
2
|
+
|
3
|
+
質問内容を修正させていただきました。
|
2
4
|
|
3
5
|
|
4
6
|
|
5
7
|
eclipseにてMySQLとの接続を試みているのですが、テスト接続の際に「Pingが失敗しました」というエラーメッセージが出てきてしまい上手くいきません。
|
8
|
+
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
以下は状況説明です。
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
まず、データ・ソース・エクスプローラーから新規接続プロファイルを開き、「MySQL」を選択しました。
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
次に「新規ドライバー定義」を選択し、「名前/タイプ」タブの「使用可能なドライバー・テンプレート」からMySQL JDBCドライバーの5.1を選択しました。
|
22
|
+
|
23
|
+
また、その際に「Jarリスト」タブにてmysql-connector-java-5.1.8-binを追加いたしました。
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
最後に、ドライバーおよび接続の詳細の指定の一般タブにて下記のように記載しました。
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
データベース:database
|
32
|
+
|
33
|
+
URL:jdbc:mysql://localhost:3306/database
|
34
|
+
|
35
|
+
ユーザー名:root
|
36
|
+
|
37
|
+
パスワード:未記入
|
38
|
+
|
39
|
+
|
40
|
+
|
41
|
+
この段階で接続テストを実行したところ、「Pingが失敗しました」とだけ記載されたエラーメッセージが表示されました。
|
42
|
+
|
43
|
+
|
6
44
|
|
7
45
|
|
8
46
|
|