# Copyright (c) 2017, 2021, Oracle and/or its affiliates.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License, version 2.0,
# as published by the Free Software Foundation.
#
# This program is also distributed with certain software (including
# but not limited to OpenSSL) that is licensed under separate terms,
# as designated in a particular file or component or in included license
# documentation. The authors of MySQL hereby grant you an additional
# permission to link the program and your derivative works with the
# separately licensed software that they have included with MySQL.
#
# Without limiting anything contained in the foregoing, this file,
# which is part of C Driver for MySQL (Connector/C), is also subject to the
# Universal FOSS Exception, version 1.0, a copy of which can be found at
# http://oss.oracle.com/licenses/universal-foss-exception.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License, version 2.0, for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
################################################################################
# DO NOT add messages for the error-log to this file;
# they go in messages_to_error_log.txt in the same
# directory as this file.
#
# This file is for messages the server sends to clients.
# This explicitly does NOT include messages compiled into
# the client-library (libmysql / C-API) itself.
#
# See the FAQ in errmsg_readme.txt in the
# same directory as this file for more
# information.
################################################################################
# If you add messages below that use a short language code that is not listed
# here (as one of the bits after "="), the build will intentionally to catch
# typos or different engineers using different short codes for the same language.
#
languages czech=cze latin2, danish=dan latin1, dutch=nla latin1, english=eng latin1, estonian=est latin7, french=fre latin1, german=ger latin1, greek=greek greek, hungarian=hun latin2, italian=ita latin1, japanese=jpn ujis, korean=kor euckr, norwegian-ny=norwegian-ny latin1, norwegian=nor latin1, polish=pol latin2, portuguese=por latin1, romanian=rum latin2, russian=rus koi8r, serbian=serbian cp1250, slovak=slo latin2, spanish=spa latin1, swedish=swe latin1, ukrainian=ukr koi8u, bulgarian=bgn cp1251;
# The build process will use "eng" by default, but it harmless to repeat it here
default-language eng
################################################################################
# Error numbers below 1000 are reserved for "global errors", that is to say,
# error codes and messages provided by mysys that exist both in clients and
# in the server. They are hard-coded in mysys/errors.cc + include/mysys_err.h
# so we are not defining any messages here, but we do skip the the range to
# prevent collisions with the server's error-numbers.
# The client library's range CR_ERROR_FIRST..CR_ERROR_LAST may overlap with
# with this, but is disjunct.
################################################################################
# See the FAQ at the end of the file for more information!
################################################################################
# Error numbers starting at 1000: server-to-client messages =< 5.6
################################################################################
# The build process automatically starts with this offset
# for messages sent from the server to clients. Setting it
# again here is harmless.
start-error-number 1000
OBSOLETE_ER_HASHCHK
eng "hashchk"
OBSOLETE_ER_NISAMCHK
eng "isamchk"
ER_NO
cze "NE"
dan "NEJ"
nla "NEE"
eng "NO"
est "EI"
fre "NON"
ger "Nein"
greek "ΟΧΙ"
hun "NEM"
kor "아니오"
nor "NEI"
norwegian-ny "NEI"
pol "NIE"
por "NÃO"
rum "NU"
rus "НЕТ"
serbian "NE"
slo "NIE"
ukr "НІ"
ER_YES
cze "ANO"
dan "JA"
nla "JA"
eng "YES"
est "JAH"
fre "OUI"
ger "Ja"
greek "ΝΑΙ"
hun "IGEN"
ita "SI"
kor "예"
nor "JA"
norwegian-ny "JA"
pol "TAK"
por "SIM"
rum "DA"
rus "ДА"
serbian "DA"
slo "Áno"
spa "SI"
ukr "ТАК"
ER_CANT_CREATE_FILE
cze "Nemohu vytvořit soubor '%-.200s' (chybový kód: %d - %s)"
dan "Kan ikke oprette filen '%-.200s' (Fejlkode: %d - %s)"
nla "Kan file '%-.200s' niet aanmaken (Errcode: %d - %s)"
eng "Can't create file '%-.200s' (errno: %d - %s)"
est "Ei suuda luua faili '%-.200s' (veakood: %d - %s)"
fre "Ne peut créer le fichier '%-.200s' (Errcode: %d - %s)"
ger "Kann Datei '%-.200s' nicht erzeugen (Fehler: %d - %s)"
greek "Αδύνατη η δημιουργία του αρχείου '%-.200s' (κωδικός λάθους: %d - %s)"
hun "A '%-.200s' file nem hozhato letre (hibakod: %d - %s)"
ita "Impossibile creare il file '%-.200s' (errno: %d - %s)"
jpn "ファイル '%-.200s' を作成できません。(エラー番号: %d - %s)"
kor "화일 '%-.200s'를 만들지 못했습니다. (에러번호: %d - %s)"
nor "Kan ikke opprette fila '%-.200s' (Feilkode: %d - %s)"
norwegian-ny "Kan ikkje opprette fila '%-.200s' (Feilkode: %d - %s)"
pol "Nie można stworzyć pliku '%-.200s' (Kod błędu: %d - %s)"
por "Não pode criar o arquivo '%-.200s' (erro no. %d - %s)"
rum "Nu pot sa creez fisierul '%-.200s' (Eroare: %d - %s)"
rus "Невозможно создать файл '%-.200s' (ошибка: %d - %s)"
serbian "Ne mogu da kreiram file '%-.200s' (errno: %d - %s)"
slo "Nemôžem vytvoriť súbor '%-.200s' (chybový kód: %d - %s)"
spa "No puedo crear archivo '%-.200s' (Error: %d - %s)"
swe "Kan inte skapa filen '%-.200s' (Felkod: %d - %s)"
ukr "Не можу створити файл '%-.200s' (помилка: %d - %s)"
ER_CANT_CREATE_TABLE
cze "Nemohu vytvořit tabulku '%-.200s' (chybový kód: %d - %s)"
dan "Kan ikke oprette tabellen '%-.200s' (Fejlkode: %d - %s)"
nla "Kan tabel '%-.200s' niet aanmaken (Errcode: %d - %s)"
eng "Can't create table '%-.200s' (errno: %d - %s)"
est "Ei suuda luua tabelit '%-.200s' (veakood: %d - %s)"
fre "Ne peut créer la table '%-.200s' (Errcode: %d - %s)"
ger "Kann Tabelle '%-.200s' nicht erzeugen (Fehler: %d - %s)"
greek "Αδύνατη η δημιουργία του πίνακα '%-.200s' (κωδικός λάθους: %d - %s)"
hun "A '%-.200s' tabla nem hozhato letre (hibakod: %d - %s)"
ita "Impossibile creare la tabella '%-.200s' (errno: %d - %s)"
jpn "表 '%-.200s' を作成できません。(エラー番号: %d - %s)"
kor "테이블 '%-.200s'를 만들지 못했습니다. (에러번호: %d - %s)"
nor "Kan ikke opprette tabellen '%-.200s' (Feilkode: %d - %s)"
norwegian-ny "Kan ikkje opprette tabellen '%-.200s' (Feilkode: %d - %s)"
pol "Nie można stworzyć tabeli '%-.200s' (Kod błędu: %d - %s)"
por "Não pode criar a tabela '%-.200s' (erro no. %d - %s)"
rum "Nu pot sa creez tabla '%-.200s' (Eroare: %d - %s)"
rus "Невозможно создать таблицу '%-.200s' (ошибка: %d - %s)"
serbian "Ne mogu da kreiram tabelu '%-.200s' (errno: %d - %s)"
slo "Nemôžem vytvoriť tabuľku '%-.200
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
MySQL Community Server 8.0.28(mysql-8.0.28.tar.gz) Source Code 适用于:Generic Linux (Architecture Independent), Compressed TAR Archive
资源推荐
资源详情
资源评论
收起资源包目录
MySQL Community Server 8.0.28(mysql-8.0.28.tar.gz) (33677个子文件)
ChangeLog-2.0 81KB
bug27213339-bin.000001 11KB
bug33029-slave-relay-bin.000001 4KB
binlog_transaction.000001 2KB
rpl_cross_version_default_utf8mb4_collation.000001 2KB
binlog_56_gtid_reserved_word.000001 1KB
rpl_unfiltered_hidden_gcol.000001 1KB
binlog_savepoint.000001 1014B
rpl_atomic_ddl_rollback_full.000001 930B
binlog_transaction_with_GTID.000001 789B
binlog_transaction_with_anonymous_GTID.000001 638B
rpl_atomic_ddl_rollback_view.000001 583B
bug16266.000001 532B
rpl_atomic_ddl_rollback_table.000001 524B
slave-relay-bin.000001 493B
master-bin.000001 177B
bug40482-bin.000001 172B
binlog_no_fd_event.000001 168B
binlog_truncated_prev_gtid_event.000001 129B
binlog_truncated_event.000001 14B
rpl_nogtid_encryption_master-bin.000002 2KB
bug11747887-bin.000003 729B
bug11747887-bin.000003 729B
bug11747887-bin.000003 729B
corrupt-relay-bin.000624 89KB
ver_trunk_row_v2.001 148KB
ver_trunk_row_v2.001 148KB
ver_trunk_row_v2.001 148KB
ver_5_1_23.001 147KB
ver_5_1_23.001 147KB
ver_5_1_23.001 147KB
ver_5_1-wl2325_s.001 146KB
ver_5_1-wl2325_s.001 146KB
ver_5_1-wl2325_s.001 146KB
ver_5_1-wl2325_r.001 705B
ver_5_1-wl2325_r.001 705B
ver_5_1-wl2325_r.001 705B
bug32407.001 516B
bug32407.001 516B
bug32407.001 516B
ndb_restore.1 108KB
mysql.1 102KB
mysqldump.1 80KB
mysqlbinlog.1 80KB
mysqlpump.1 55KB
myisamchk.1 49KB
mysqlrouter.1 45KB
ndb_import.1 44KB
ndb_config.1 35KB
mysqladmin.1 33KB
mysqlslap.1 30KB
mysqlcheck.1 29KB
ndb_desc.1 28KB
mysql_upgrade.1 27KB
mysqlimport.1 26KB
mysqlshow.1 23KB
ndb_index_stat.1 23KB
mysql_config_editor.1 23KB
mysqld_safe.1 21KB
ndb_select_all.1 20KB
myisampack.1 19KB
mysql_migrate_keyring.1 18KB
ndb_waiter.1 18KB
ndb_blob_tool.1 18KB
innochecksum.1 18KB
ndb_top.1 17KB
ndb_mgm.1 16KB
ndb_move_data.1 16KB
mysqld_multi.1 16KB
ndb_show_tables.1 15KB
ndbinfo_select_all.1 15KB
ndb_print_backup_file.1 14KB
ndb_drop_index.1 14KB
ndb_delete_all.1 14KB
ndb_select_count.1 13KB
ndb_drop_table.1 12KB
ndb_size.pl.1 12KB
mysql_secure_installation.1 12KB
ndbxfrm.1 12KB
ibd2sdi.1 12KB
mysql_ssl_rsa_setup.1 11KB
ndb_setup.py.1 11KB
mysql.server.1 10KB
ndb_redo_log_reader.1 10KB
ndb_perror.1 9KB
mysql_config.1 7KB
comp_err.1 7KB
mysqldumpslow.1 6KB
ndb_error_reporter.1 6KB
my_print_defaults.1 6KB
myisam_ftdump.1 6KB
ndb_print_frag_file.1 6KB
mysqlrouter_keyring.1 5KB
memcached.1 5KB
myisamlog.1 5KB
fido2-assert.1 5KB
perror.1 5KB
fido2-cred.1 5KB
mysql_tzinfo_to_sql.1 4KB
ndb_print_file.1 4KB
共 33677 条
- 1
- 2
- 3
- 4
- 5
- 6
- 337
资源评论
- weixin_394092832022-02-25用户下载后在一定时间内未进行评价,系统默认好评。
- ffj429g2023-07-28资源有很好的参考价值,总算找到了自己需要的资源啦。
YunFeiDong
- 粉丝: 171
- 资源: 4034
下载权益
C知道特权
VIP文章
课程特权
开通VIP
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- Android 实现一个系统级的悬浮秒表
- 摇钱树指标,基于机构订单原理
- 【java毕业设计】足球赛会管理系统源码(ssm+jsp+mysql+说明文档+LW).zip
- 技术资料分享STM32F10xxCDE-Errata-CH-V5很好的技术资料.zip
- 技术资料分享STM32F10xx46-Errata-CH-V2很好的技术资料.zip
- 技术资料分享STM32F10xx8B-Errata-CH-V6很好的技术资料.zip
- 技术资料分享STM32F2技术培训-灵活的静态存储控制器-FSMC很好的技术资料.zip
- Mamba快速入门.pdf
- 【java毕业设计】宜佰丰超市进销存管理系统源码(ssm+jsp+mysql+说明文档+LW).zip
- 全开源免费AI网址导航网站源码 AigoTools
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功