質問編集履歴

1

コードのみづらさを修正いたしました。

2019/07/06 07:42

投稿

hakusa.ppl
hakusa.ppl

スコア21

test CHANGED
File without changes
test CHANGED
@@ -150,89 +150,9 @@
150
150
 
151
151
 
152
152
 
153
-                                  (my.ini)
154
-
155
- # Example MySQL config file for small systems.
156
-
157
- #
158
-
159
- # This is for a system with little memory (<= 64M) where MySQL is only used
160
-
161
- # from time to time and it's important that the mysqld daemon
162
-
163
- # doesn't use much resources.
164
-
165
- #
166
-
167
- # You can copy this file to
168
-
169
- # C:/xampp/mysql/bin/my.cnf to set global options,
170
-
171
- # mysql-data-dir/my.cnf to set server-specific options (in this
172
-
173
- # installation this directory is C:/xampp/mysql/data) or
174
-
175
- # ~/.my.cnf to set user-specific options.
176
-
177
- #
178
-
179
- # In this file, you can use all long options that a program supports.
180
-
181
- # If you want to know which options a program supports, run the program
182
-
183
- # with the "--help" option.
184
153
 
185
154
 
186
-
187
- # The following options will be passed to all MySQL clients
155
+                                 
188
-
189
- [client]
190
-
191
- # password = your_password
192
-
193
- port = 3306
194
-
195
- socket = "C:/xampp/mysql/mysql.sock"
196
-
197
-
198
-
199
-
200
-
201
- # Here follows entries for some specific programs
202
-
203
-
204
-
205
- # The MySQL server
206
-
207
- [mysqld]
208
-
209
- port= 3306
210
-
211
- socket = "C:/xampp/mysql/mysql.sock"
212
-
213
- basedir = "C:/xampp/mysql"
214
-
215
- tmpdir = "C:/xampp/tmp"
216
-
217
- datadir = "C:/xampp/mysql/data"
218
-
219
- pid_file = "mysql.pid"
220
-
221
- # enable-named-pipe
222
-
223
- key_buffer = 16M
224
-
225
- max_allowed_packet = 1M
226
-
227
- sort_buffer_size = 512K
228
-
229
- net_buffer_length = 8K
230
-
231
- read_buffer_size = 256K
232
-
233
-
234
-
235
-
236
156
 
237
157
 
238
158