errmsg.txt 17.1 KB
Newer Older
unknown's avatar
unknown committed
1 2 3 4 5
/* Copyright Abandoned 1997 TCX DataKonsult AB & Monty Program KB & Detron HB
   This file is public domain and comes with NO WARRANTY of any kind 
   3.22.10-beta   euc-japanese (ujis) text
*/

6 7
character-set=ujis

unknown's avatar
unknown committed
8 9 10 11 12 13 14 15 16 17 18 19 20 21
"hashchk",
"isamchk",
"NO",
"YES",
"'%-.64s' ファイルが作れません (errno: %d)",
"'%-.64s' テーブルが作れません.(errno: %d)",
"'%-.64s' データベースが作れません (errno: %d)",
"'%-.64s' データベースが作れません.既にそのデータベースが存在します",
"'%-.64s' データベースを破棄できません. そのデータベースがないのです.",
"データベース破棄エラー ('%-.64s' を削除できません, errno: %d)",
"データベース破棄エラー ('%-.64s' を rmdir できません, errno: %d)",
"'%-.64s' の削除がエラー (errno: %d)",
"system table のレコードを読む事ができませんでした",
"'%-.64s' のステイタスが得られません. (errno: %d)",
22 23 24
"working directory を得る事ができませんでした (errno: %d)",
"ファイルをロックできません (errno: %d)",
"'%-.64s' ファイルを開く事ができません (errno: %d)",
unknown's avatar
unknown committed
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
"'%-.64s' ファイルを見付ける事ができません.(errno: %d)",
"'%-.64s' ディレクトリが読めません.(errno: %d)",
"'%-.64s' ディレクトリに chdir できません.(errno: %d)",
"Record has changed since last read in table '%-.64s'",
"Disk full (%s). 誰かが何かを減らすまでまってください...",
"table '%-.64s' に key が重複していて書きこめません",
"Error on close of '%-.64s' (errno: %d)",
"'%-.64s' ファイルの読み込みエラー (errno: %d)",
"'%-.64s' を '%-.64s' に rename できません (errno: %d)",
"'%-.64s' ファイルを書く事ができません (errno: %d)",
"'%-.64s' はロックされています",
"Sort 中断",
"View '%-.64s' が '%-.64s' に定義されていません",
"Got error %d from table handler",
"Table handler for '%-.64s' doesn't have this option",
"'%-.64s'のなかにレコードが見付かりません",
"ファイル '%-.64s' の info が間違っているようです",
"'%-.64s' テーブルの key file が間違っているようです. 修復をしてください",
"'%-.64s' テーブルは古い形式の key file のようです; 修復をしてください",
"'%-.64s' は読み込み専用です",
"Out of memory. デーモンをリスタートしてみてください (%d bytes 必要)",
"Out of sort memory. sort buffer size が足りないようです.",
"'%-.64s' ファイルを読み込み中に EOF が予期せぬ所で現れました. (errno: %d)",
"接続が多すぎます",
"Out of memory;  mysqld かその他のプロセスがメモリーを全て使っているか確認してください. メモリーを使い切っていない場合、'ulimit' を設定して mysqld のメモリー使用限界量を多くするか、swap space を増やしてみてください",
"その address の hostname が引けません.",
"Bad handshake",
52
"ユーザー '%-.32s'@'%-.64s' の '%-.64s' データベースへのアクセスを拒否します",
53
"ユーザー '%-.32s'@'%-.64s' を拒否します.uUsing password: %s)",
unknown's avatar
unknown committed
54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
"データベースが選択されていません.",
"そのコマンドは何?",
"Column '%-.64s' は null にはできないのです",
"'%-.64s' なんてデータベースは知りません.",
"Table '%-.64s' は既にあります",
"table '%-.64s' はありません.",
"Column: '%-.64s' in %-.64s is ambiguous",
"Server を shutdown 中...",
"'%-.64s' column は '%-.64s' にはありません.",
"'%-.64s' isn't in GROUP BY",
"Can't group on '%-.64s'",
"Statement has sum functions and columns in same statement",
"Column count doesn't match value count",
"Identifier name '%-.100s' は長すぎます",
"'%-.64s' という column 名は重複してます",
"'%-.64s' という key の名前は重複しています",
"'%-.64s' は key %d において重複しています",
"Incorrect column specifier for column '%-.64s'",
"%s  : '%-.80s' 付近  : %d 行目",
"Query が空です.",
"'%-.64s' は一意の table/alias 名ではありません",
"Invalid default value for '%-.64s'",
"複数の primary key が定義されました",
"key の指定が多すぎます.  key は最大 %d までです",
78
"Too many key parts specified; max %d parts allowed",
unknown's avatar
unknown committed
79 80 81 82
"key が長すぎます. key の長さは最大 %d です",
"Key column '%-.64s' がテーブルにありません.",
"BLOB column '%-.64s' can't be used in key specification with the used table type",
"column '%-.64s' は,確保する column の大きさが多すぎます. (最大 %d まで). BLOB をかわりに使用してください.",
83
"テーブルの定義が違います; there can be only one auto column and it must be defined as a key",
84
"%s: 準備完了",
unknown's avatar
unknown committed
85 86 87 88 89 90
"%s: Normal shutdown\n",
"%s: Got signal %d. 中断!\n",
"%s: Shutdown 完了\n",
"%s: スレッド %ld 強制終了  user: '%-.64s'\n",
"IP socket が作れません",
"Table '%-.64s' はそのような index を持っていません(CREATE INDEX 実行時に指定されていません). テーブルを作り直してください",
91 92
"Field separator argument is not what is expected; check the manual",
"You can't use fixed rowlength with BLOBs; please use 'fields terminated by'.",
unknown's avatar
unknown committed
93 94 95 96
"ファイル '%-.64s' は databse の directory にあるか全てのユーザーが読めるように許可されていなければなりません.",
"File '%-.64s' は既に存在します",
"レコード数: %ld  削除: %ld  Skipped: %ld  Warnings: %ld",
"レコード数: %ld  重複: %ld",
unknown's avatar
unknown committed
97
"Incorrect sub part key; the used key part isn't a string or the used length is longer than the key part",
unknown's avatar
unknown committed
98
"ALTER TABLE で全ての column は削除できません. DROP TABLE を使用してください",
99
"'%-.64s' を破棄できませんでした; check that column/key exists",
unknown's avatar
unknown committed
100
"レコード数: %ld  重複数: %ld  Warnings: %ld",
unknown's avatar
unknown committed
101
"You can't specify target table '%-.64s' for update in FROM clause",
unknown's avatar
unknown committed
102 103 104 105 106 107 108 109 110 111
"thread id: %lu はありません",
"thread %lu のオーナーではありません",
"No tables used",
"Too many strings for column %-.64s and SET",
"Can't generate a unique log-filename %-.64s.(1-999)\n",
"Table '%-.64s' は READ lock になっていて、更新はできません",
"Table '%-.64s' は LOCK TABLES によってロックされていません",
"BLOB column '%-.64s' can't have a default value",
"指定した database 名 '%-.100s' が間違っています",
"指定した table 名 '%-.100s' はまちがっています",
112
"The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay",
unknown's avatar
unknown committed
113 114 115 116 117 118 119 120 121 122 123
"Unknown error",
"Unknown procedure '%-.64s'",
"Incorrect parameter count to procedure '%-.64s'",
"Incorrect parameters to procedure '%-.64s'",
"Unknown table '%-.64s' in %s",
"Column '%-.64s' specified twice",
"Invalid use of group function",
"Table '%-.64s' uses an extension that doesn't exist in this MySQL version",
"テーブルは最低 1 個の column が必要です",
"table '%-.64s' はいっぱいです",
"character set '%-.64s' はサポートしていません",
124
"テーブルが多すぎます; MySQL can only use %d tables in a join",
unknown's avatar
unknown committed
125 126 127
"column が多すぎます",
"row size が大きすぎます. BLOB を含まない場合の row size の最大は %d です. いくつかの field を BLOB に変えてください.",
"Thread stack overrun:  Used: %ld of a %ld stack.  スタック領域を多くとりたい場合、'mysqld -O thread_stack=#' と指定してください",
128
"Cross dependency found in OUTER JOIN; examine your ON conditions",
unknown's avatar
unknown committed
129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147
"Column '%-.64s' が UNIQUE か INDEX で使用されました. このカラムは NOT NULL と定義されていません.",
"function '%-.64s' を ロードできません",
"function '%-.64s' を初期化できません; %-.80s",
"shared library へのパスが通っていません",
"Function '%-.64s' は既に定義されています",
"shared library '%-.64s' を開く事ができません (errno: %d %s)",
"function '%-.64s' をライブラリー中に見付ける事ができません",
"Function '%-.64s' は定義されていません",
"Host '%-.64s' は many connection error のため、拒否されました.  'mysqladmin flush-hosts' で解除してください",
"Host '%-.64s' は MySQL server に接続を許可されていません",
"MySQL を anonymous users で使用している状態では、パスワードの変更はできません",
"他のユーザーのパスワードを変更するためには, mysql データベースに対して update の許可がなければなりません.",
"Can't find any matching row in the user table",
"一致数(Rows matched): %ld  変更: %ld  Warnings: %ld",
"新規にスレッドが作れませんでした (errno %d). もし最大使用許可メモリー数を越えていないのにエラーが発生しているなら, マニュアルの中から 'possible OS-dependent bug' という文字を探してくみてださい.",
"Column count doesn't match value count at row %ld",
"Can't reopen table: '%-.64s'",
"NULL 値の使用方法が不適切です",
"Got error '%-.64s' from regexp",
148
"Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is no GROUP BY clause",
unknown's avatar
unknown committed
149
"ユーザー '%-.32s' (ホスト '%-.64s' のユーザー) は許可されていません",
150 151
"コマンド %-.16s は ユーザー '%-.32s'@'%-.64s' ,テーブル '%-.64s' に対して許可されていません",
"コマンド %-.16s は ユーザー '%-.32s'@'%-.64s'\n カラム '%-.64s' テーブル '%-.64s' に対して許可されていません",
152
"Illegal GRANT/REVOKE command; please consult the manual to see which privleges can be used.",
unknown's avatar
unknown committed
153
"The host or user argument to GRANT is too long",
unknown's avatar
unknown committed
154
"Table '%-.64s.%s' doesn't exist",
unknown's avatar
unknown committed
155 156 157 158 159 160
"There is no such grant defined for user '%-.32s' on host '%-.64s' on table '%-.64s'",
"The used command is not allowed with this MySQL version",
"Something is wrong in your syntax",
"Delayed insert thread couldn't get requested lock for table %-.64s",
"Too many delayed threads in use",
"Aborted connection %ld to db: '%-.64s' user: '%-.64s' (%s)",
unknown's avatar
unknown committed
161
"Got a packet bigger than 'max_allowed_packet' bytes",
unknown's avatar
unknown committed
162 163 164 165
"Got a read error from the connection pipe",
"Got an error from fcntl()",
"Got packets out of order",
"Couldn't uncompress communication packet",
166
"Got an error reading communication packets",
unknown's avatar
unknown committed
167 168 169
"Got timeout reading communication packets",
"Got an error writing communication packets",
"Got timeout writing communication packets",
unknown's avatar
unknown committed
170
"Result string is longer than 'max_allowed_packet' bytes",
unknown's avatar
unknown committed
171 172 173 174 175 176 177 178
"The used table type doesn't support BLOB/TEXT columns",
"The used table type doesn't support AUTO_INCREMENT columns",
"INSERT DELAYED can't be used with table '%-.64s', because it is locked with LOCK TABLES",
"Incorrect column name '%-.100s'",
"The used table handler can't index column '%-.64s'",
"All tables in the MERGE table are not defined identically",
"Can't write, because of unique constraint, to table '%-.64s'",
"BLOB column '%-.64s' used in key specification without a key length",
179
"All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use UNIQUE instead",
unknown's avatar
unknown committed
180 181 182 183 184 185
"Result consisted of more than one row",
"This table type requires a primary key",
"This version of MySQL is not compiled with RAID support",
"You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column",
"Key '%-.64s' doesn't exist in table '%-.64s'",
"Can't open table",
186
"The handler for the table doesn't support %s",
unknown's avatar
unknown committed
187 188 189 190 191 192 193 194 195 196 197 198 199
"You are not allowed to execute this command in a transaction",
"Got error %d during COMMIT",
"Got error %d during ROLLBACK",
"Got error %d during FLUSH_LOGS",
"Got error %d during CHECKPOINT",
"Aborted connection %ld to db: '%-.64s' user: '%-.32s' host: `%-.64s' (%-.64s)",
"The handler for the table does not support binary table dump",
"Binlog closed while trying to FLUSH MASTER",
"Failed rebuilding the index of dumped table '%-.64s'",
"Error from master: '%-.64s'",
"Net error reading from master",
"Net error writing to master",
"Can't find FULLTEXT index matching the column list",
200
"Can't execute the given command because you have active locked tables or an active transaction",
201
"Unknown system variable '%-.64s'",
202 203
"Table '%-.64s' is marked as crashed and should be repaired",
"Table '%-.64s' is marked as crashed and last (automatic?) repair failed",
204
"Some non-transactional changed tables couldn't be rolled back",
205 206 207 208 209 210
"Multi-statement transaction required more than 'max_binlog_cache_size' bytes of storage; increase this mysqld variable and try again",
"This operation cannot be performed with a running slave; run STOP SLAVE first",
"This operation requires a running slave; configure slave and do START SLAVE",
"The server is not configured as slave; fix in config file or with CHANGE MASTER TO",
"Could not initialize master info structure; more error messages can be found in the MySQL error log",
"Could not create slave thread; check system resources",
unknown's avatar
unknown committed
211
"User %-.64s has already more than 'max_user_connections' active connections",
unknown's avatar
unknown committed
212
"You may only use constant expressions with SET",
213
"Lock wait timeout exceeded; try restarting transaction",
214 215
"The total number of locks exceeds the lock table size",
"Update locks cannot be acquired during a READ UNCOMMITTED transaction",
216 217
"DROP DATABASE not allowed while thread is holding global read lock",
"CREATE DATABASE not allowed while thread is holding global read lock",
218
"Incorrect arguments to %s",
219
"'%-.32s'@'%-.64s' is not allowed to create new users",
220
"Incorrect table definition; all MERGE tables must be in the same database",
221
"Deadlock found when trying to get lock; try restarting transaction",
222 223 224 225
"The used table type doesn't support FULLTEXT indexes",
"Cannot add foreign key constraint",
"Cannot add a child row: a foreign key constraint fails",
"Cannot delete a parent row: a foreign key constraint fails",
unknown's avatar
unknown committed
226 227
"Error connecting to master: %-.128s",
"Error running query on master: %-.128s",
228
"Error when executing command %s: %-.128s",
229
"Incorrect usage of %s and %s",
unknown's avatar
unknown committed
230
"The used SELECT statements have a different number of columns",
231
"Can't execute the query because you have a conflicting read lock",
unknown's avatar
unknown committed
232
"Mixing of transactional and non-transactional tables is disabled",
unknown's avatar
unknown committed
233
"Option '%s' used twice in statement",
unknown's avatar
unknown committed
234
"User '%-.64s' has exceeded the '%s' resource (current value: %ld)",
235
"Access denied; you need the %-.128s privilege for this operation",
236
"Variable '%-.64s' is a SESSION variable and can't be used with SET GLOBAL",
unknown's avatar
unknown committed
237 238 239
"Variable '%-.64s' is a GLOBAL variable and should be set with SET GLOBAL",
"Variable '%-.64s' doesn't have a default value",
"Variable '%-.64s' can't be set to the value of '%-.64s'",
240
"Incorrect argument type to variable '%-.64s'",
unknown's avatar
unknown committed
241
"Variable '%-.64s' can only be set, not read",
242
"Incorrect usage/placement of '%s'",
243
"This version of MySQL doesn't yet support '%s'",
244
"Got fatal error %d: '%-.128s' from master when reading data from binary log",
unknown's avatar
unknown committed
245
"Slave SQL thread ignored the query because of replicate-*-table rules",
unknown's avatar
unknown committed
246
"Variable '%-.64s' is a %s variable",
247 248
"Incorrect foreign key definition for '%-.64s': %s",
"Key reference and table reference don't match",
unknown's avatar
unknown committed
249
"Operand should contain %d column(s)",
250
"Subquery returns more than 1 row",
251
"Unknown prepared statement handler (%.*s) given to %s",
unknown's avatar
unknown committed
252 253
"Help database is corrupt or does not exist",
"Cyclic reference on subqueries",
unknown's avatar
unknown committed
254
"Converting column '%s' from %s to %s",
255
"Reference '%-.64s' not supported (%s)",
256 257
"Every derived table must have its own alias",
"Select %u was reduced during optimization",
258
"Table '%-.64s' from one of the SELECTs cannot be used in %-.32s",
unknown's avatar
unknown committed
259
"Client does not support authentication protocol requested by server; consider upgrading MySQL client",
260
"All parts of a SPATIAL index must be NOT NULL",
261
"COLLATION '%s' is not valid for CHARACTER SET '%s'",
262 263
"Slave is already running",
"Slave has already been stopped",
264
"Uncompressed data size too large; the maximum size is %d (probably, length of uncompressed data was corrupted)",
265 266 267 268
"ZLIB: Not enough memory",
"ZLIB: Not enough room in the output buffer (probably, length of uncompressed data was corrupted)",
"ZLIB: Input data corrupted",
"%d line(s) were cut by GROUP_CONCAT()",
unknown's avatar
unknown committed
269
"Row %ld doesn't contain data for all columns",
270
"Row %ld was truncated; it contained more data than there were input columns",
271 272
"Data truncated; NULL supplied to NOT NULL column '%s' at row %ld",
"Data truncated; out of range for column '%s' at row %ld",
unknown's avatar
Merge  
unknown committed
273
"Data truncated for column '%s' at row %ld",
274
"Using storage engine %s for table '%s'",
275
"Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'",
unknown's avatar
Merge  
unknown committed
276 277
"Can't drop one or more of the requested users",
"Can't revoke all privileges, grant for one or more of the requested users",
278 279
"Illegal mix of collations (%s,%s), (%s,%s), (%s,%s) for operation '%s'",
"Illegal mix of collations for operation '%s'",
280
"Variable '%-.64s' is not a variable component (can't be used as XXXX.variable_name)",
281
"Unknown collation: '%-.64s'",
282
"SSL parameters in CHANGE MASTER are ignored because this MySQL slave was compiled without SSL support; they can be used later if MySQL slave with SSL is started",
283
"Server is running in --secure-auth mode, but '%s'@'%s' has a password in the old format; please change the password to the new format",
284
"Field or reference '%-.64s%s%-.64s%s%-.64s' of SELECT #%d was resolved in SELECT #%d",
285 286
"Incorrect parameter or combination of parameters for START SLAVE UNTIL",
"It is recommended to run with --skip-slave-start when doing step-by-step replication with START SLAVE UNTIL; otherwise, you are not safe in case of unexpected slave's mysqld restart",
unknown's avatar
Merge  
unknown committed
287
"SQL thread is not to be started so UNTIL options are ignored",
288 289
"Incorrect index name '%-.100s'",
"Incorrect catalog name '%-.100s'",
290
"Query cache failed to set size %lu, new query cache size is %lu",
unknown's avatar
Merge  
unknown committed
291
"Column '%-.64s' cannot be part of FULLTEXT index",
292
"Unknown key cache '%-.100s'",
unknown's avatar
SCRUM  
unknown committed
293
"MySQL is started in --skip-name-resolve mode. You need to restart it without this switch for this grant to work",
294
"Unknown table engine '%s'",
unknown's avatar
unknown committed
295
"'%s' is deprecated, use '%s' instead",
unknown's avatar
unknown committed
296
"The target table %-.100s of the %s is not updateable",
297
"The '%s' feature was disabled; you need MySQL built with '%s' to have it working",
unknown's avatar
unknown committed
298
"The MySQL server is running with the %s option so it cannot execute this statement",
299
"Column '%-.100s' has duplicated value '%-.64s' in %s"
300
"Truncated wrong %-.32s value: '%-.128s'"
301
"Incorrect table definition; There can only be one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause"
302
"Invalid ON UPDATE clause for '%-.64s' column",
303
"This command is not supported in the prepared statement protocol yet",
304 305
"Got NDB error %d '%-.100s'",
"Got temporary NDB error %d '%-.100s'",
306 307
"Unknown or incorrect time zone: '%-.64s'",
"Invalid TIMESTAMP value in column '%s' at row %ld",
308
"Invalid %s character string: '%.64s'",
unknown's avatar
unknown committed
309
"Result of %s() was larger than max_allowed_packet (%ld) - truncated"