实例介绍
mysql-5.7.12-linux-glibc2.5-x86_64.tar.gz,用于安装mysql linux版本,放心可用
【实例截图】
【核心代码】
aa4d59df-6091-4785-838b-56dd32a56da5
└── mysql-5.7.12-linux-glibc2.5-x86_64
├── bin
│ ├── innochecksum
│ ├── lz4_decompress
│ ├── myisamchk
│ ├── myisam_ftdump
│ ├── myisamlog
│ ├── myisampack
│ ├── my_print_defaults
│ ├── mysql
│ ├── mysqladmin
│ ├── mysqlbinlog
│ ├── mysqlcheck
│ ├── mysql_client_test_embedded
│ ├── mysql_config
│ ├── mysql_config_editor
│ ├── mysqld
│ ├── mysqld-debug
│ ├── mysqld_multi
│ ├── mysqld_safe
│ ├── mysqldump
│ ├── mysqldumpslow
│ ├── mysql_embedded
│ ├── mysqlimport
│ ├── mysql_install_db
│ ├── mysql_plugin
│ ├── mysqlpump
│ ├── mysql_secure_installation
│ ├── mysqlshow
│ ├── mysqlslap
│ ├── mysql_ssl_rsa_setup
│ ├── mysqltest_embedded
│ ├── mysql_tzinfo_to_sql
│ ├── mysql_upgrade
│ ├── mysqlxtest
│ ├── perror
│ ├── replace
│ ├── resolveip
│ ├── resolve_stack_dump
│ └── zlib_decompress
├── COPYING
├── docs
│ ├── ChangeLog
│ ├── INFO_BIN
│ ├── INFO_SRC
│ └── INSTALL-BINARY
├── include
│ ├── big_endian.h
│ ├── binary_log_types.h
│ ├── byte_order_generic.h
│ ├── byte_order_generic_x86.h
│ ├── decimal.h
│ ├── errmsg.h
│ ├── keycache.h
│ ├── little_endian.h
│ ├── m_ctype.h
│ ├── m_string.h
│ ├── my_alloc.h
│ ├── my_byteorder.h
│ ├── my_command.h
│ ├── my_compiler.h
│ ├── my_config.h
│ ├── my_dbug.h
│ ├── my_dir.h
│ ├── my_getopt.h
│ ├── my_global.h
│ ├── my_list.h
│ ├── mysql
│ │ ├── client_authentication.h
│ │ ├── client_plugin.h
│ │ ├── client_plugin.h.pp
│ │ ├── com_data.h
│ │ ├── get_password.h
│ │ ├── group_replication_priv.h
│ │ ├── innodb_priv.h
│ │ ├── mysql_lex_string.h
│ │ ├── plugin_audit.h
│ │ ├── plugin_audit.h.pp
│ │ ├── plugin_auth_common.h
│ │ ├── plugin_auth.h
│ │ ├── plugin_auth.h.pp
│ │ ├── plugin_ftparser.h
│ │ ├── plugin_ftparser.h.pp
│ │ ├── plugin_group_replication.h
│ │ ├── plugin.h
│ │ ├── plugin_keyring.h
│ │ ├── plugin_keyring.h.pp
│ │ ├── plugin_trace.h
│ │ ├── plugin_validate_password.h
│ │ ├── psi
│ │ │ ├── mysql_file.h
│ │ │ ├── mysql_idle.h
│ │ │ ├── mysql_mdl.h
│ │ │ ├── mysql_memory.h
│ │ │ ├── mysql_ps.h
│ │ │ ├── mysql_socket.h
│ │ │ ├── mysql_sp.h
│ │ │ ├── mysql_stage.h
│ │ │ ├── mysql_statement.h
│ │ │ ├── mysql_table.h
│ │ │ ├── mysql_thread.h
│ │ │ ├── mysql_transaction.h
│ │ │ ├── psi_base.h
│ │ │ ├── psi.h
│ │ │ └── psi_memory.h
│ │ ├── service_command.h
│ │ ├── service_locking.h
│ │ ├── service_my_plugin_log.h
│ │ ├── service_my_snprintf.h
│ │ ├── service_mysql_alloc.h
│ │ ├── service_mysql_keyring.h
│ │ ├── service_mysql_password_policy.h
│ │ ├── service_mysql_string.h
│ │ ├── service_parser.h
│ │ ├── service_rpl_transaction_ctx.h
│ │ ├── service_rpl_transaction_write_set.h
│ │ ├── service_rules_table.h
│ │ ├── service_security_context.h
│ │ ├── services.h
│ │ ├── services.h.pp
│ │ ├── service_srv_session.h
│ │ ├── service_srv_session_info.h
│ │ ├── service_ssl_wrapper.h
│ │ ├── service_thd_alloc.h
│ │ ├── service_thd_engine_lock.h
│ │ ├── service_thd_wait.h
│ │ ├── service_thread_scheduler.h
│ │ ├── thread_pool_priv.h
│ │ └── thread_type.h
│ ├── mysql_com.h
│ ├── mysql_com_server.h
│ ├── mysqld_ername.h
│ ├── mysqld_error.h
│ ├── mysql_embed.h
│ ├── mysql.h
│ ├── mysql_time.h
│ ├── mysql_version.h
│ ├── my_sys.h
│ ├── my_thread.h
│ ├── my_thread_local.h
│ ├── my_xml.h
│ ├── plugin_audit.h
│ ├── plugin_ftparser.h
│ ├── plugin_group_replication.h
│ ├── plugin.h
│ ├── plugin_keyring.h
│ ├── plugin_validate_password.h
│ ├── sql_common.h
│ ├── sql_state.h
│ ├── sslopt-case.h
│ ├── sslopt-longopts.h
│ ├── sslopt-vars.h
│ ├── thr_cond.h
│ ├── thr_mutex.h
│ ├── thr_rwlock.h
│ └── typelib.h
├── lib
│ ├── libmysqlclient.a
│ ├── libmysqlclient.so.20.2.1
│ ├── libmysqld.a
│ ├── libmysqld-debug.a
│ ├── libmysqlservices.a
│ ├── libtcmalloc_minimal.so
│ ├── mecab
│ │ ├── dic
│ │ │ ├── ipadic_euc-jp
│ │ │ │ ├── char.bin
│ │ │ │ ├── dicrc
│ │ │ │ ├── left-id.def
│ │ │ │ ├── matrix.bin
│ │ │ │ ├── pos-id.def
│ │ │ │ ├── rewrite.def
│ │ │ │ ├── right-id.def
│ │ │ │ ├── sys.dic
│ │ │ │ └── unk.dic
│ │ │ ├── ipadic_sjis
│ │ │ │ ├── char.bin
│ │ │ │ ├── dicrc
│ │ │ │ ├── left-id.def
│ │ │ │ ├── matrix.bin
│ │ │ │ ├── pos-id.def
│ │ │ │ ├── rewrite.def
│ │ │ │ ├── right-id.def
│ │ │ │ ├── sys.dic
│ │ │ │ └── unk.dic
│ │ │ └── ipadic_utf-8
│ │ │ ├── char.bin
│ │ │ ├── dicrc
│ │ │ ├── left-id.def
│ │ │ ├── matrix.bin
│ │ │ ├── pos-id.def
│ │ │ ├── rewrite.def
│ │ │ ├── right-id.def
│ │ │ ├── sys.dic
│ │ │ └── unk.dic
│ │ └── etc
│ │ └── mecabrc
│ ├── pkgconfig
│ │ └── mysqlclient.pc
│ └── plugin
│ ├── adt_null.so
│ ├── auth_socket.so
│ ├── debug
│ │ ├── adt_null.so
│ │ ├── auth_socket.so
│ │ ├── ha_example.so
│ │ ├── innodb_engine.so
│ │ ├── keyring_file.so
│ │ ├── libmemcached.so
│ │ ├── libpluginmecab.so
│ │ ├── libtest_framework.so
│ │ ├── libtest_services.so
│ │ ├── libtest_services_threaded.so
│ │ ├── libtest_session_detach.so
│ │ ├── libtest_session_info.so
│ │ ├── libtest_session_in_thd.so
│ │ ├── libtest_sql_2_sessions.so
│ │ ├── libtest_sql_all_col_types.so
│ │ ├── libtest_sql_cmds_1.so
│ │ ├── libtest_sql_commit.so
│ │ ├── libtest_sql_complex.so
│ │ ├── libtest_sql_errors.so
│ │ ├── libtest_sql_lock.so
│ │ ├── libtest_sql_processlist.so
│ │ ├── libtest_sql_replication.so
│ │ ├── libtest_sql_shutdown.so
│ │ ├── libtest_sql_sqlmode.so
│ │ ├── libtest_sql_stored_procedures_functions.so
│ │ ├── libtest_sql_views_triggers.so
│ │ ├── libtest_x_sessions_deinit.so
│ │ ├── libtest_x_sessions_init.so
│ │ ├── locking_service.so
│ │ ├── mypluglib.so
│ │ ├── mysql_no_login.so
│ │ ├── mysqlx.so
│ │ ├── rewrite_example.so
│ │ ├── rewriter.so
│ │ ├── semisync_master.so
│ │ ├── semisync_slave.so
│ │ ├── test_security_context.so
│ │ ├── validate_password.so
│ │ └── version_token.so
│ ├── ha_example.so
│ ├── innodb_engine.so
│ ├── keyring_file.so
│ ├── libmemcached.so
│ ├── libpluginmecab.so
│ ├── libtest_framework.so
│ ├── libtest_services.so
│ ├── libtest_services_threaded.so
│ ├── libtest_session_detach.so
│ ├── libtest_session_info.so
│ ├── libtest_session_in_thd.so
│ ├── libtest_sql_2_sessions.so
│ ├── libtest_sql_all_col_types.so
│ ├── libtest_sql_cmds_1.so
│ ├── libtest_sql_commit.so
│ ├── libtest_sql_complex.so
│ ├── libtest_sql_errors.so
│ ├── libtest_sql_lock.so
│ ├── libtest_sql_processlist.so
│ ├── libtest_sql_replication.so
│ ├── libtest_sql_shutdown.so
│ ├── libtest_sql_sqlmode.so
│ ├── libtest_sql_stored_procedures_functions.so
│ ├── libtest_sql_views_triggers.so
│ ├── libtest_x_sessions_deinit.so
│ ├── libtest_x_sessions_init.so
│ ├── locking_service.so
│ ├── mypluglib.so
│ ├── mysql_no_login.so
│ ├── mysqlx.so
│ ├── rewrite_example.so
│ ├── rewriter.so
│ ├── semisync_master.so
│ ├── semisync_slave.so
│ ├── test_security_context.so
│ ├── validate_password.so
│ └── version_token.so
├── man
│ ├── man1
│ │ ├── comp_err.1
│ │ ├── innochecksum.1
│ │ ├── lz4_decompress.1
│ │ ├── myisamchk.1
│ │ ├── myisam_ftdump.1
│ │ ├── myisamlog.1
│ │ ├── myisampack.1
│ │ ├── my_print_defaults.1
│ │ ├── mysql.1
│ │ ├── mysqladmin.1
│ │ ├── mysqlbinlog.1
│ │ ├── mysqlcheck.1
│ │ ├── mysql_client_test.1
│ │ ├── mysql_client_test_embedded.1
│ │ ├── mysql_config.1
│ │ ├── mysql_config_editor.1
│ │ ├── mysqld_multi.1
│ │ ├── mysqld_safe.1
│ │ ├── mysqldump.1
│ │ ├── mysqldumpslow.1
│ │ ├── mysqlimport.1
│ │ ├── mysql_install_db.1
│ │ ├── mysqlman.1
│ │ ├── mysql_plugin.1
│ │ ├── mysqlpump.1
│ │ ├── mysql_secure_installation.1
│ │ ├── mysql.server.1
│ │ ├── mysqlshow.1
│ │ ├── mysqlslap.1
│ │ ├── mysql_ssl_rsa_setup.1
│ │ ├── mysql-stress-test.pl.1
│ │ ├── mysqltest_embedded.1
│ │ ├── mysql-test-run.pl.1
│ │ ├── mysql_tzinfo_to_sql.1
│ │ ├── mysql_upgrade.1
│ │ ├── perror.1
│ │ ├── replace.1
│ │ ├── resolveip.1
│ │ ├── resolve_stack_dump.1
│ │ └── zlib_decompress.1
│ └── man8
│ └── mysqld.8
├── README
├── share
│ ├── aclocal
│ │ └── mysql.m4
│ ├── bulgarian
│ │ └── errmsg.sys
│ ├── charsets
│ │ ├── armscii8.xml
│ │ ├── ascii.xml
│ │ ├── cp1250.xml
│ │ ├── cp1251.xml
│ │ ├── cp1256.xml
│ │ ├── cp1257.xml
│ │ ├── cp850.xml
│ │ ├── cp852.xml
│ │ ├── cp866.xml
│ │ ├── dec8.xml
│ │ ├── geostd8.xml
│ │ ├── greek.xml
│ │ ├── hebrew.xml
│ │ ├── hp8.xml
│ │ ├── Index.xml
│ │ ├── keybcs2.xml
│ │ ├── koi8r.xml
│ │ ├── koi8u.xml
│ │ ├── latin1.xml
│ │ ├── latin2.xml
│ │ ├── latin5.xml
│ │ ├── latin7.xml
│ │ ├── macce.xml
│ │ ├── macroman.xml
│ │ ├── README
│ │ └── swe7.xml
│ ├── czech
│ │ └── errmsg.sys
│ ├── danish
│ │ └── errmsg.sys
│ ├── dictionary.txt
│ ├── dutch
│ │ └── errmsg.sys
│ ├── english
│ │ └── errmsg.sys
│ ├── errmsg-utf8.txt
│ ├── estonian
│ │ └── errmsg.sys
│ ├── fill_help_tables.sql
│ ├── french
│ │ └── errmsg.sys
│ ├── german
│ │ └── errmsg.sys
│ ├── greek
│ │ └── errmsg.sys
│ ├── hungarian
│ │ └── errmsg.sys
│ ├── innodb_memcached_config.sql
│ ├── install_rewriter.sql
│ ├── italian
│ │ └── errmsg.sys
│ ├── japanese
│ │ └── errmsg.sys
│ ├── korean
│ │ └── errmsg.sys
│ ├── mysql_security_commands.sql
│ ├── mysql_sys_schema.sql
│ ├── mysql_system_tables_data.sql
│ ├── mysql_system_tables.sql
│ ├── mysql_test_data_timezone.sql
│ ├── norwegian
│ │ └── errmsg.sys
│ ├── norwegian-ny
│ │ └── errmsg.sys
│ ├── polish
│ │ └── errmsg.sys
│ ├── portuguese
│ │ └── errmsg.sys
│ ├── romanian
│ │ └── errmsg.sys
│ ├── russian
│ │ └── errmsg.sys
│ ├── serbian
│ │ └── errmsg.sys
│ ├── slovak
│ │ └── errmsg.sys
│ ├── spanish
│ │ └── errmsg.sys
│ ├── swedish
│ │ └── errmsg.sys
│ ├── ukrainian
│ │ └── errmsg.sys
│ └── uninstall_rewriter.sql
└── support-files
├── magic
├── my-default.cnf
├── mysqld_multi.server
├── mysql-log-rotate
└── mysql.server
47 directories, 372 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论