質問編集履歴

4

文字修正

2019/01/29 22:37

投稿

LikeGeohot
LikeGeohot

スコア13

test CHANGED
File without changes
test CHANGED
@@ -174,7 +174,7 @@
174
174
 
175
175
 
176
176
 
177
- #####my.snf#####
177
+ #####my.cnf#####
178
178
 
179
179
 
180
180
 

3

文字修正

2019/01/29 22:37

投稿

LikeGeohot
LikeGeohot

スコア13

test CHANGED
File without changes
test CHANGED
@@ -178,10 +178,10 @@
178
178
 
179
179
 
180
180
 
181
- # Default Homebrew MySQL server config
181
+ Default Homebrew MySQL server config
182
182
 
183
183
  [mysqld]
184
184
 
185
- # Only allow connections from localhost
185
+ Only allow connections from localhost
186
186
 
187
187
  bind-address = 127.0.0.1

2

my.cnf情報追記

2019/01/27 07:43

投稿

LikeGeohot
LikeGeohot

スコア13

test CHANGED
File without changes
test CHANGED
@@ -124,6 +124,10 @@
124
124
 
125
125
 
126
126
 
127
+ #######show variables like '%ssl%'; #######
128
+
129
+
130
+
127
131
  +--------------------+-----------------+
128
132
 
129
133
  | Variable_name | Value |
@@ -167,3 +171,17 @@
167
171
  +--------------------+-----------------+
168
172
 
169
173
  17 rows in set (0.00 sec)
174
+
175
+
176
+
177
+ #####my.snf#####
178
+
179
+
180
+
181
+ # Default Homebrew MySQL server config
182
+
183
+ [mysqld]
184
+
185
+ # Only allow connections from localhost
186
+
187
+ bind-address = 127.0.0.1

1

SSL情報追記

2019/01/27 05:30

投稿

LikeGeohot
LikeGeohot

スコア13

test CHANGED
File without changes
test CHANGED
@@ -121,3 +121,49 @@
121
121
  Python 3.7.1
122
122
 
123
123
  mysql Ver 8.0.13 for osx10.14
124
+
125
+
126
+
127
+ +--------------------+-----------------+
128
+
129
+ | Variable_name | Value |
130
+
131
+ +--------------------+-----------------+
132
+
133
+ | have_openssl | YES |
134
+
135
+ | have_ssl | YES |
136
+
137
+ | mysqlx_ssl_ca | |
138
+
139
+ | mysqlx_ssl_capath | |
140
+
141
+ | mysqlx_ssl_cert | |
142
+
143
+ | mysqlx_ssl_cipher | |
144
+
145
+ | mysqlx_ssl_crl | |
146
+
147
+ | mysqlx_ssl_crlpath | |
148
+
149
+ | mysqlx_ssl_key | |
150
+
151
+ | ssl_ca | ca.pem |
152
+
153
+ | ssl_capath | |
154
+
155
+ | ssl_cert | server-cert.pem |
156
+
157
+ | ssl_cipher | |
158
+
159
+ | ssl_crl | |
160
+
161
+ | ssl_crlpath | |
162
+
163
+ | ssl_fips_mode | OFF |
164
+
165
+ | ssl_key | server-key.pem |
166
+
167
+ +--------------------+-----------------+
168
+
169
+ 17 rows in set (0.00 sec)