# Copyright (c) 2017, 2022, 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-8.0.31-winx64
共282个文件
dll:76个
pdb:33个
exe:27个
需积分: 0 0 下载量 6 浏览量
2024-07-03
18:50:43
上传
评论
收藏 108.26MB 7Z 举报
温馨提示
mysql-8.0.31-winx64
资源推荐
资源详情
资源评论
收起资源包目录
mysql-8.0.31-winx64 (282个子文件)
matrix.bin 3.3MB
matrix.bin 3.3MB
matrix.bin 3.3MB
char.bin 256KB
char.bin 256KB
char.bin 256KB
line_loose_cj.brk 25KB
line_normal_cj.brk 24KB
line_loose.brk 24KB
line_cj.brk 24KB
line.brk 24KB
line_normal.brk 23KB
word_POSIX.brk 22KB
word.brk 22KB
sent_el.brk 19KB
sent.brk 19KB
char.brk 13KB
title.brk 12KB
applink.c 3KB
ChangeLog 22B
right-id.def 55KB
left-id.def 55KB
left-id.def 55KB
right-id.def 55KB
right-id.def 55KB
left-id.def 55KB
rewrite.def 6KB
rewrite.def 6KB
rewrite.def 6KB
pos-id.def 1KB
pos-id.def 1KB
pos-id.def 1KB
sys.dic 46.92MB
sys.dic 36.03MB
sys.dic 35.89MB
unk.dic 6KB
unk.dic 5KB
unk.dic 5KB
dicrc 693B
dicrc 693B
dicrc 693B
cjdict.dict 1.91MB
khmerdict.dict 435KB
burmesedict.dict 248KB
thaidict.dict 123KB
laodict.dict 51KB
libmysql.dll 6.85MB
libprotobuf-debug.dll 5.96MB
authentication_kerberos_client.dll 5.96MB
group_replication.dll 5.18MB
libcrypto-1_1-x64.dll 3.29MB
libprotobuf.dll 2.72MB
group_replication.dll 1.85MB
libmecab.dll 1.76MB
component_keyring_file.dll 1.58MB
libprotobuf-lite-debug.dll 1.34MB
component_keyring_file.dll 1.14MB
libssl-1_1-x64.dll 683KB
libprotobuf-lite.dll 595KB
mysql_clone.dll 326KB
jemalloc.dll 273KB
fido2.dll 238KB
keyring_file.dll 226KB
semisync_master.dll 190KB
semisync_source.dll 188KB
ddl_rewriter.dll 179KB
mysql_clone.dll 148KB
rewriter.dll 140KB
connection_control.dll 124KB
component_reference_cache.dll 123KB
libsasl.dll 118KB
version_token.dll 117KB
authentication_oci_client.dll 115KB
component_validate_password.dll 113KB
component_log_sink_json.dll 113KB
keyring_file.dll 102KB
ha_mock.dll 101KB
validate_password.dll 100KB
semisync_master.dll 87KB
semisync_source.dll 87KB
semisync_slave.dll 85KB
component_mysqlbackup.dll 84KB
semisync_replica.dll 84KB
ddl_rewriter.dll 80KB
component_validate_password.dll 69KB
rewriter.dll 69KB
ha_example.dll 68KB
libpluginmecab.dll 64KB
version_token.dll 60KB
component_audit_api_message_emit.dll 58KB
component_log_filter_dragnet.dll 58KB
validate_password.dll 57KB
saslSCRAM.dll 56KB
component_reference_cache.dll 55KB
connection_control.dll 55KB
component_mysqlbackup.dll 53KB
authentication_ldap_sasl_client.dll 53KB
keyring_udf.dll 51KB
ha_mock.dll 50KB
adt_null.dll 47KB
共 282 条
- 1
- 2
- 3
资源评论
小关不摆烂
- 粉丝: 2984
- 资源: 10
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- Python语法检测的技术实现与应用场景
- Matlab-数据处理-图像分析
- 基于C#的医院药品管理系统(winform源码+sqlserver数据库).zip
- 解决跨域访问:vue-axios + vue3-axios Axiso解决跨域访问完整源码分享
- #-ssm-050-mysql-停车场管理系统-.zip
- #-ssm-049-mysql-在线租房系统-.zip
- 【完整源码+数据库】 SpringBoot集成Spring Security实现角色继承
- LabVIEW练习40,用labvIEW做一个循环闪烁指示灯,要能够在前面板调节周期和占空比
- 【完整源码+数据库】 SpringBoot集成Spring Security实现权限控制
- #-ssm-048-mysql-在线读书与分享论坛-.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功