├── .dockerignore ├── .gitattributes ├── .gitignore ├── LICENSE ├── README.md ├── bash.alias.sample ├── data ├── composer │ └── .gitignore ├── esdata │ └── .gitignore ├── mongo │ └── .gitignore ├── mysql │ └── .gitignore ├── mysql5 │ └── .gitignore ├── mysql_slave │ ├── #ib_16384_0.dblwr │ ├── #ib_16384_1.dblwr │ ├── #innodb_temp │ │ ├── temp_1.ibt │ │ ├── temp_10.ibt │ │ ├── temp_2.ibt │ │ ├── temp_3.ibt │ │ ├── temp_4.ibt │ │ ├── temp_5.ibt │ │ ├── temp_6.ibt │ │ ├── temp_7.ibt │ │ ├── temp_8.ibt │ │ └── temp_9.ibt │ ├── 540e16593f66-relay-bin.000020 │ ├── 540e16593f66-relay-bin.000021 │ ├── 540e16593f66-relay-bin.index │ ├── 5e131622cdad-relay-bin.000001 │ ├── 5e131622cdad-relay-bin.000002 │ ├── 5e131622cdad-relay-bin.000003 │ ├── 5e131622cdad-relay-bin.000004 │ ├── 5e131622cdad-relay-bin.index │ ├── 84086595fd40-relay-bin.000001 │ ├── 84086595fd40-relay-bin.index │ ├── auto.cnf │ ├── binlog.000001 │ ├── binlog.000002 │ ├── binlog.000003 │ ├── binlog.000004 │ ├── binlog.000005 │ ├── binlog.000006 │ ├── binlog.000007 │ ├── binlog.000008 │ ├── binlog.000009 │ ├── binlog.000010 │ ├── binlog.000011 │ ├── binlog.000012 │ ├── binlog.000013 │ ├── binlog.000014 │ ├── binlog.000015 │ ├── binlog.000016 │ ├── binlog.000017 │ ├── binlog.000018 │ ├── binlog.000019 │ ├── binlog.000020 │ ├── binlog.000021 │ ├── binlog.000022 │ ├── binlog.000023 │ ├── binlog.000024 │ ├── binlog.000025 │ ├── binlog.000026 │ ├── binlog.000027 │ ├── binlog.000028 │ ├── binlog.000029 │ ├── binlog.000030 │ ├── binlog.000031 │ ├── binlog.000032 │ ├── binlog.000033 │ ├── binlog.000034 │ ├── binlog.000035 │ ├── binlog.000036 │ ├── binlog.index │ ├── ca-key.pem │ ├── ca.pem │ ├── client-cert.pem │ ├── client-key.pem │ ├── daa79610710c-relay-bin.000001 │ ├── daa79610710c-relay-bin.000002 │ ├── daa79610710c-relay-bin.000003 │ ├── daa79610710c-relay-bin.000004 │ ├── daa79610710c-relay-bin.000005 │ ├── daa79610710c-relay-bin.000006 │ ├── daa79610710c-relay-bin.000007 │ ├── daa79610710c-relay-bin.index │ ├── hadmin │ │ ├── im_article.ibd │ │ ├── im_article_annex.ibd │ │ ├── im_article_class.ibd │ │ ├── im_article_detail.ibd │ │ ├── im_article_tag.ibd │ │ ├── im_contact.ibd │ │ ├── im_contact_apply.ibd │ │ ├── im_emoticon.ibd │ │ ├── im_emoticon_item.ibd │ │ ├── im_group.ibd │ │ ├── im_group_member.ibd │ │ ├── im_group_notice.ibd │ │ ├── im_migrations.ibd │ │ ├── im_robot.ibd │ │ ├── im_split_upload.ibd │ │ ├── im_talk_records.ibd │ │ ├── im_talk_records_code.ibd │ │ ├── im_talk_records_delete.ibd │ │ ├── im_talk_records_file.ibd │ │ ├── im_talk_records_forward.ibd │ │ ├── im_talk_records_invite.ibd │ │ ├── im_talk_records_location.ibd │ │ ├── im_talk_records_login.ibd │ │ ├── im_talk_records_vote.ibd │ │ ├── im_talk_records_vote_answer.ibd │ │ ├── im_talk_session.ibd │ │ ├── im_users.ibd │ │ └── im_users_emoticon.ibd │ ├── ib_buffer_pool │ ├── ib_logfile0 │ ├── ib_logfile1 │ ├── ibdata1 │ ├── ibtmp1 │ ├── mysql-slave-bin.000001 │ ├── mysql-slave-bin.index │ ├── mysql.ibd │ ├── mysql │ │ ├── general_log.CSM │ │ ├── general_log.CSV │ │ ├── general_log_213.sdi │ │ ├── slow_log.CSM │ │ ├── slow_log.CSV │ │ └── slow_log_214.sdi │ ├── performance_schema │ │ ├── accounts_145.sdi │ │ ├── binary_log_trans_189.sdi │ │ ├── cond_instances_82.sdi │ │ ├── data_lock_waits_161.sdi │ │ ├── data_locks_160.sdi │ │ ├── error_log_83.sdi │ │ ├── events_errors_su_139.sdi │ │ ├── events_errors_su_140.sdi │ │ ├── events_errors_su_141.sdi │ │ ├── events_errors_su_142.sdi │ │ ├── events_errors_su_143.sdi │ │ ├── events_stages_cu_111.sdi │ │ ├── events_stages_hi_112.sdi │ │ ├── events_stages_hi_113.sdi │ │ ├── events_stages_su_114.sdi │ │ ├── events_stages_su_115.sdi │ │ ├── events_stages_su_116.sdi │ │ ├── events_stages_su_117.sdi │ │ ├── events_stages_su_118.sdi │ │ ├── events_statement_119.sdi │ │ ├── events_statement_120.sdi │ │ ├── events_statement_121.sdi │ │ ├── events_statement_122.sdi │ │ ├── events_statement_123.sdi │ │ ├── events_statement_124.sdi │ │ ├── events_statement_125.sdi │ │ ├── events_statement_126.sdi │ │ ├── events_statement_127.sdi │ │ ├── events_statement_128.sdi │ │ ├── events_statement_129.sdi │ │ ├── events_statement_130.sdi │ │ ├── events_transacti_131.sdi │ │ ├── events_transacti_132.sdi │ │ ├── events_transacti_133.sdi │ │ ├── events_transacti_134.sdi │ │ ├── events_transacti_135.sdi │ │ ├── events_transacti_136.sdi │ │ ├── events_transacti_137.sdi │ │ ├── events_transacti_138.sdi │ │ ├── events_waits_cur_84.sdi │ │ ├── events_waits_his_85.sdi │ │ ├── events_waits_his_86.sdi │ │ ├── events_waits_sum_87.sdi │ │ ├── events_waits_sum_88.sdi │ │ ├── events_waits_sum_89.sdi │ │ ├── events_waits_sum_90.sdi │ │ ├── events_waits_sum_91.sdi │ │ ├── events_waits_sum_92.sdi │ │ ├── file_instances_93.sdi │ │ ├── file_summary_by__94.sdi │ │ ├── file_summary_by__95.sdi │ │ ├── global_status_181.sdi │ │ ├── global_variables_184.sdi │ │ ├── host_cache_96.sdi │ │ ├── hosts_146.sdi │ │ ├── keyring_componen_191.sdi │ │ ├── keyring_keys_152.sdi │ │ ├── log_status_174.sdi │ │ ├── memory_summary_b_154.sdi │ │ ├── memory_summary_b_155.sdi │ │ ├── memory_summary_b_156.sdi │ │ ├── memory_summary_b_157.sdi │ │ ├── memory_summary_g_153.sdi │ │ ├── metadata_locks_159.sdi │ │ ├── mutex_instances_97.sdi │ │ ├── objects_summary__98.sdi │ │ ├── performance_time_99.sdi │ │ ├── persisted_variab_187.sdi │ │ ├── prepared_stateme_175.sdi │ │ ├── processlist_100.sdi │ │ ├── replication_appl_165.sdi │ │ ├── replication_appl_166.sdi │ │ ├── replication_appl_167.sdi │ │ ├── replication_appl_168.sdi │ │ ├── replication_appl_170.sdi │ │ ├── replication_appl_171.sdi │ │ ├── replication_asyn_172.sdi │ │ ├── replication_asyn_173.sdi │ │ ├── replication_conn_162.sdi │ │ ├── replication_conn_164.sdi │ │ ├── replication_grou_163.sdi │ │ ├── replication_grou_169.sdi │ │ ├── rwlock_instances_101.sdi │ │ ├── session_account__151.sdi │ │ ├── session_connect__150.sdi │ │ ├── session_status_182.sdi │ │ ├── session_variable_185.sdi │ │ ├── setup_actors_102.sdi │ │ ├── setup_consumers_103.sdi │ │ ├── setup_instrument_104.sdi │ │ ├── setup_objects_105.sdi │ │ ├── setup_threads_106.sdi │ │ ├── socket_instances_147.sdi │ │ ├── socket_summary_b_148.sdi │ │ ├── socket_summary_b_149.sdi │ │ ├── status_by_accoun_177.sdi │ │ ├── status_by_host_178.sdi │ │ ├── status_by_thread_179.sdi │ │ ├── status_by_user_180.sdi │ │ ├── table_handles_158.sdi │ │ ├── table_io_waits_s_107.sdi │ │ ├── table_io_waits_s_108.sdi │ │ ├── table_lock_waits_109.sdi │ │ ├── threads_110.sdi │ │ ├── tls_channel_stat_190.sdi │ │ ├── user_defined_fun_188.sdi │ │ ├── user_variables_b_176.sdi │ │ ├── users_144.sdi │ │ ├── variables_by_thr_183.sdi │ │ └── variables_info_186.sdi │ ├── private_key.pem │ ├── public_key.pem │ ├── relay-bin-log.000001 │ ├── relay-bin-log.index │ ├── server-cert.pem │ ├── server-key.pem │ ├── sys │ │ └── sys_config.ibd │ ├── undo_001 │ └── undo_002 └── redis │ └── .gitignore ├── docker-compose.sample.yml ├── docker-compose.yml ├── env.sample ├── route ├── services ├── elasticsearch │ ├── Dockerfile │ └── elasticsearch.yml ├── mysql │ └── mysql.cnf ├── mysql5 │ └── mysql.cnf ├── mysql_slave │ └── mysql_slave.cnf ├── nginx │ ├── Dockerfile │ ├── conf.d │ │ └── .gitignore │ ├── fastcgi-php.conf │ ├── fastcgi_params │ ├── nginx.conf │ └── ssl │ │ └── localhost │ │ ├── localhost.crt │ │ └── localhost.key ├── openresty │ ├── conf.d │ │ ├── .gitignore │ │ └── localhost.conf │ ├── fastcgi-php.conf │ ├── fastcgi_params │ ├── openresty.conf │ └── ssl │ │ └── localhost │ │ ├── localhost.crt │ │ └── localhost.key ├── php │ ├── Dockerfile │ ├── extensions │ │ ├── amqp-1.10.2.tgz │ │ ├── apcu-5.1.17.tgz │ │ ├── event-2.5.6.tgz │ │ ├── install-composer.sh │ │ ├── install-php-extensions │ │ ├── install.sh │ │ ├── memcache-2.2.6.tgz │ │ ├── memcache-4.0.5.2.tgz │ │ ├── mongodb-1.7.4.tgz │ │ ├── redis-5.2.2.tgz │ │ ├── swoole-2.0.11.tgz │ │ ├── swoole-4.5.2.tgz │ │ ├── xdebug-2.5.5.tgz │ │ ├── xdebug-2.6.1.tgz │ │ ├── xdebug-2.9.2.tgz │ │ ├── xhprof-2.2.0.tgz │ │ └── yaf-2.3.5.tgz │ ├── php-fpm.conf │ └── php.ini ├── php54 │ ├── Dockerfile │ ├── extensions │ │ ├── install.sh │ │ ├── redis-4.1.1.tgz │ │ ├── xdebug-2.4.1.tgz │ │ └── zendopcache-7.0.5.tgz │ ├── php-fpm.conf │ └── php.ini ├── php56 │ ├── php-fpm.conf │ └── php.ini ├── php80 │ ├── Dockerfile │ ├── extensions │ │ ├── event-3.0.5.tgz │ │ ├── install-php-extensions │ │ └── install.sh │ ├── php-fpm.conf │ └── php.ini ├── php81 │ ├── Dockerfile │ ├── extensions │ │ ├── amqp-1.10.2.tgz │ │ ├── apcu-5.1.17.tgz │ │ ├── event-2.5.6.tgz │ │ ├── event-3.0.5.tgz │ │ ├── install-php-extensions │ │ ├── install.sh │ │ ├── memcache-2.2.6.tgz │ │ ├── memcache-4.0.5.2.tgz │ │ ├── mongodb-1.7.4.tgz │ │ ├── redis-5.2.2.tgz │ │ ├── swoole-2.0.11.tgz │ │ ├── swoole-4.5.2.tgz │ │ ├── xdebug-2.5.5.tgz │ │ ├── xdebug-2.6.1.tgz │ │ ├── xdebug-2.9.2.tgz │ │ ├── xhprof-2.2.0.tgz │ │ └── yaf-2.3.5.tgz │ ├── php-fpm.conf │ └── php.ini ├── phpmyadmin │ ├── config.user.inc.php │ └── php-phpmyadmin.ini ├── rabbitmq │ └── Dockerfile ├── redis │ ├── redis-6.conf │ └── redis.conf └── supervisor │ ├── Dockerfile │ ├── conf.d │ └── php-fpm.ini │ └── supervisord.conf ├── snapshot.png └── www └── localhost └── index.php /.dockerignore: -------------------------------------------------------------------------------- 1 | logs/ 2 | data/ 3 | www/ 4 | services/nginx/ssl/ 5 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/README.md -------------------------------------------------------------------------------- /bash.alias.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/bash.alias.sample -------------------------------------------------------------------------------- /data/composer/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore -------------------------------------------------------------------------------- /data/esdata/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore -------------------------------------------------------------------------------- /data/mongo/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore -------------------------------------------------------------------------------- /data/mysql/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore -------------------------------------------------------------------------------- /data/mysql5/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore -------------------------------------------------------------------------------- /data/mysql_slave/#ib_16384_0.dblwr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/#ib_16384_0.dblwr -------------------------------------------------------------------------------- /data/mysql_slave/#ib_16384_1.dblwr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/#ib_16384_1.dblwr -------------------------------------------------------------------------------- /data/mysql_slave/#innodb_temp/temp_1.ibt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/#innodb_temp/temp_1.ibt -------------------------------------------------------------------------------- /data/mysql_slave/#innodb_temp/temp_10.ibt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/#innodb_temp/temp_10.ibt -------------------------------------------------------------------------------- /data/mysql_slave/#innodb_temp/temp_2.ibt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/#innodb_temp/temp_2.ibt -------------------------------------------------------------------------------- /data/mysql_slave/#innodb_temp/temp_3.ibt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/#innodb_temp/temp_3.ibt -------------------------------------------------------------------------------- /data/mysql_slave/#innodb_temp/temp_4.ibt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/#innodb_temp/temp_4.ibt -------------------------------------------------------------------------------- /data/mysql_slave/#innodb_temp/temp_5.ibt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/#innodb_temp/temp_5.ibt -------------------------------------------------------------------------------- /data/mysql_slave/#innodb_temp/temp_6.ibt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/#innodb_temp/temp_6.ibt -------------------------------------------------------------------------------- /data/mysql_slave/#innodb_temp/temp_7.ibt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/#innodb_temp/temp_7.ibt -------------------------------------------------------------------------------- /data/mysql_slave/#innodb_temp/temp_8.ibt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/#innodb_temp/temp_8.ibt -------------------------------------------------------------------------------- /data/mysql_slave/#innodb_temp/temp_9.ibt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/#innodb_temp/temp_9.ibt -------------------------------------------------------------------------------- /data/mysql_slave/540e16593f66-relay-bin.000020: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/540e16593f66-relay-bin.000020 -------------------------------------------------------------------------------- /data/mysql_slave/540e16593f66-relay-bin.000021: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/540e16593f66-relay-bin.000021 -------------------------------------------------------------------------------- /data/mysql_slave/540e16593f66-relay-bin.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/540e16593f66-relay-bin.index -------------------------------------------------------------------------------- /data/mysql_slave/5e131622cdad-relay-bin.000001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/5e131622cdad-relay-bin.000001 -------------------------------------------------------------------------------- /data/mysql_slave/5e131622cdad-relay-bin.000002: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/5e131622cdad-relay-bin.000002 -------------------------------------------------------------------------------- /data/mysql_slave/5e131622cdad-relay-bin.000003: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/5e131622cdad-relay-bin.000003 -------------------------------------------------------------------------------- /data/mysql_slave/5e131622cdad-relay-bin.000004: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/5e131622cdad-relay-bin.000004 -------------------------------------------------------------------------------- /data/mysql_slave/5e131622cdad-relay-bin.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/5e131622cdad-relay-bin.index -------------------------------------------------------------------------------- /data/mysql_slave/84086595fd40-relay-bin.000001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/84086595fd40-relay-bin.000001 -------------------------------------------------------------------------------- /data/mysql_slave/84086595fd40-relay-bin.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/84086595fd40-relay-bin.index -------------------------------------------------------------------------------- /data/mysql_slave/auto.cnf: -------------------------------------------------------------------------------- 1 | [auto] 2 | server-uuid=93799961-0a5a-11ee-8f7e-0242ac120002 3 | -------------------------------------------------------------------------------- /data/mysql_slave/binlog.000001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/binlog.000001 -------------------------------------------------------------------------------- /data/mysql_slave/binlog.000002: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/binlog.000002 -------------------------------------------------------------------------------- /data/mysql_slave/binlog.000003: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/binlog.000003 -------------------------------------------------------------------------------- /data/mysql_slave/binlog.000004: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/binlog.000004 -------------------------------------------------------------------------------- /data/mysql_slave/binlog.000005: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/binlog.000005 -------------------------------------------------------------------------------- /data/mysql_slave/binlog.000006: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/binlog.000006 -------------------------------------------------------------------------------- /data/mysql_slave/binlog.000007: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/binlog.000007 -------------------------------------------------------------------------------- /data/mysql_slave/binlog.000008: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/binlog.000008 -------------------------------------------------------------------------------- /data/mysql_slave/binlog.000009: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/binlog.000009 -------------------------------------------------------------------------------- /data/mysql_slave/binlog.000010: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/binlog.000010 -------------------------------------------------------------------------------- /data/mysql_slave/binlog.000011: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/binlog.000011 -------------------------------------------------------------------------------- /data/mysql_slave/binlog.000012: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/binlog.000012 -------------------------------------------------------------------------------- /data/mysql_slave/binlog.000013: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/binlog.000013 -------------------------------------------------------------------------------- /data/mysql_slave/binlog.000014: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/binlog.000014 -------------------------------------------------------------------------------- /data/mysql_slave/binlog.000015: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/binlog.000015 -------------------------------------------------------------------------------- /data/mysql_slave/binlog.000016: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/binlog.000016 -------------------------------------------------------------------------------- /data/mysql_slave/binlog.000017: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/binlog.000017 -------------------------------------------------------------------------------- /data/mysql_slave/binlog.000018: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/binlog.000018 -------------------------------------------------------------------------------- /data/mysql_slave/binlog.000019: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/binlog.000019 -------------------------------------------------------------------------------- /data/mysql_slave/binlog.000020: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/binlog.000020 -------------------------------------------------------------------------------- /data/mysql_slave/binlog.000021: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/binlog.000021 -------------------------------------------------------------------------------- /data/mysql_slave/binlog.000022: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/binlog.000022 -------------------------------------------------------------------------------- /data/mysql_slave/binlog.000023: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/binlog.000023 -------------------------------------------------------------------------------- /data/mysql_slave/binlog.000024: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/binlog.000024 -------------------------------------------------------------------------------- /data/mysql_slave/binlog.000025: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/binlog.000025 -------------------------------------------------------------------------------- /data/mysql_slave/binlog.000026: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/binlog.000026 -------------------------------------------------------------------------------- /data/mysql_slave/binlog.000027: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/binlog.000027 -------------------------------------------------------------------------------- /data/mysql_slave/binlog.000028: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/binlog.000028 -------------------------------------------------------------------------------- /data/mysql_slave/binlog.000029: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/binlog.000029 -------------------------------------------------------------------------------- /data/mysql_slave/binlog.000030: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/binlog.000030 -------------------------------------------------------------------------------- /data/mysql_slave/binlog.000031: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/binlog.000031 -------------------------------------------------------------------------------- /data/mysql_slave/binlog.000032: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/binlog.000032 -------------------------------------------------------------------------------- /data/mysql_slave/binlog.000033: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/binlog.000033 -------------------------------------------------------------------------------- /data/mysql_slave/binlog.000034: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/binlog.000034 -------------------------------------------------------------------------------- /data/mysql_slave/binlog.000035: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/binlog.000035 -------------------------------------------------------------------------------- /data/mysql_slave/binlog.000036: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/binlog.000036 -------------------------------------------------------------------------------- /data/mysql_slave/binlog.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/binlog.index -------------------------------------------------------------------------------- /data/mysql_slave/ca-key.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/ca-key.pem -------------------------------------------------------------------------------- /data/mysql_slave/ca.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/ca.pem -------------------------------------------------------------------------------- /data/mysql_slave/client-cert.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/client-cert.pem -------------------------------------------------------------------------------- /data/mysql_slave/client-key.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/client-key.pem -------------------------------------------------------------------------------- /data/mysql_slave/daa79610710c-relay-bin.000001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/daa79610710c-relay-bin.000001 -------------------------------------------------------------------------------- /data/mysql_slave/daa79610710c-relay-bin.000002: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/daa79610710c-relay-bin.000002 -------------------------------------------------------------------------------- /data/mysql_slave/daa79610710c-relay-bin.000003: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/daa79610710c-relay-bin.000003 -------------------------------------------------------------------------------- /data/mysql_slave/daa79610710c-relay-bin.000004: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/daa79610710c-relay-bin.000004 -------------------------------------------------------------------------------- /data/mysql_slave/daa79610710c-relay-bin.000005: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/daa79610710c-relay-bin.000005 -------------------------------------------------------------------------------- /data/mysql_slave/daa79610710c-relay-bin.000006: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/daa79610710c-relay-bin.000006 -------------------------------------------------------------------------------- /data/mysql_slave/daa79610710c-relay-bin.000007: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/daa79610710c-relay-bin.000007 -------------------------------------------------------------------------------- /data/mysql_slave/daa79610710c-relay-bin.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/daa79610710c-relay-bin.index -------------------------------------------------------------------------------- /data/mysql_slave/hadmin/im_article.ibd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/hadmin/im_article.ibd -------------------------------------------------------------------------------- /data/mysql_slave/hadmin/im_article_annex.ibd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/hadmin/im_article_annex.ibd -------------------------------------------------------------------------------- /data/mysql_slave/hadmin/im_article_class.ibd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/hadmin/im_article_class.ibd -------------------------------------------------------------------------------- /data/mysql_slave/hadmin/im_article_detail.ibd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/hadmin/im_article_detail.ibd -------------------------------------------------------------------------------- /data/mysql_slave/hadmin/im_article_tag.ibd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/hadmin/im_article_tag.ibd -------------------------------------------------------------------------------- /data/mysql_slave/hadmin/im_contact.ibd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/hadmin/im_contact.ibd -------------------------------------------------------------------------------- /data/mysql_slave/hadmin/im_contact_apply.ibd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/hadmin/im_contact_apply.ibd -------------------------------------------------------------------------------- /data/mysql_slave/hadmin/im_emoticon.ibd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/hadmin/im_emoticon.ibd -------------------------------------------------------------------------------- /data/mysql_slave/hadmin/im_emoticon_item.ibd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/hadmin/im_emoticon_item.ibd -------------------------------------------------------------------------------- /data/mysql_slave/hadmin/im_group.ibd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/hadmin/im_group.ibd -------------------------------------------------------------------------------- /data/mysql_slave/hadmin/im_group_member.ibd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/hadmin/im_group_member.ibd -------------------------------------------------------------------------------- /data/mysql_slave/hadmin/im_group_notice.ibd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/hadmin/im_group_notice.ibd -------------------------------------------------------------------------------- /data/mysql_slave/hadmin/im_migrations.ibd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/hadmin/im_migrations.ibd -------------------------------------------------------------------------------- /data/mysql_slave/hadmin/im_robot.ibd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/hadmin/im_robot.ibd -------------------------------------------------------------------------------- /data/mysql_slave/hadmin/im_split_upload.ibd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/hadmin/im_split_upload.ibd -------------------------------------------------------------------------------- /data/mysql_slave/hadmin/im_talk_records.ibd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/hadmin/im_talk_records.ibd -------------------------------------------------------------------------------- /data/mysql_slave/hadmin/im_talk_records_code.ibd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/hadmin/im_talk_records_code.ibd -------------------------------------------------------------------------------- /data/mysql_slave/hadmin/im_talk_records_delete.ibd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/hadmin/im_talk_records_delete.ibd -------------------------------------------------------------------------------- /data/mysql_slave/hadmin/im_talk_records_file.ibd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/hadmin/im_talk_records_file.ibd -------------------------------------------------------------------------------- /data/mysql_slave/hadmin/im_talk_records_forward.ibd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/hadmin/im_talk_records_forward.ibd -------------------------------------------------------------------------------- /data/mysql_slave/hadmin/im_talk_records_invite.ibd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/hadmin/im_talk_records_invite.ibd -------------------------------------------------------------------------------- /data/mysql_slave/hadmin/im_talk_records_location.ibd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/hadmin/im_talk_records_location.ibd -------------------------------------------------------------------------------- /data/mysql_slave/hadmin/im_talk_records_login.ibd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/hadmin/im_talk_records_login.ibd -------------------------------------------------------------------------------- /data/mysql_slave/hadmin/im_talk_records_vote.ibd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/hadmin/im_talk_records_vote.ibd -------------------------------------------------------------------------------- /data/mysql_slave/hadmin/im_talk_records_vote_answer.ibd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/hadmin/im_talk_records_vote_answer.ibd -------------------------------------------------------------------------------- /data/mysql_slave/hadmin/im_talk_session.ibd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/hadmin/im_talk_session.ibd -------------------------------------------------------------------------------- /data/mysql_slave/hadmin/im_users.ibd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/hadmin/im_users.ibd -------------------------------------------------------------------------------- /data/mysql_slave/hadmin/im_users_emoticon.ibd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/hadmin/im_users_emoticon.ibd -------------------------------------------------------------------------------- /data/mysql_slave/ib_buffer_pool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/ib_buffer_pool -------------------------------------------------------------------------------- /data/mysql_slave/ib_logfile0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/ib_logfile0 -------------------------------------------------------------------------------- /data/mysql_slave/ib_logfile1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/ib_logfile1 -------------------------------------------------------------------------------- /data/mysql_slave/ibdata1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/ibdata1 -------------------------------------------------------------------------------- /data/mysql_slave/ibtmp1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/ibtmp1 -------------------------------------------------------------------------------- /data/mysql_slave/mysql-slave-bin.000001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/mysql-slave-bin.000001 -------------------------------------------------------------------------------- /data/mysql_slave/mysql-slave-bin.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/mysql-slave-bin.index -------------------------------------------------------------------------------- /data/mysql_slave/mysql.ibd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/mysql.ibd -------------------------------------------------------------------------------- /data/mysql_slave/mysql/general_log.CSM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/mysql/general_log.CSM -------------------------------------------------------------------------------- /data/mysql_slave/mysql/general_log.CSV: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /data/mysql_slave/mysql/general_log_213.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/mysql/general_log_213.sdi -------------------------------------------------------------------------------- /data/mysql_slave/mysql/slow_log.CSM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/mysql/slow_log.CSM -------------------------------------------------------------------------------- /data/mysql_slave/mysql/slow_log.CSV: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /data/mysql_slave/mysql/slow_log_214.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/mysql/slow_log_214.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/accounts_145.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/accounts_145.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/binary_log_trans_189.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/binary_log_trans_189.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/cond_instances_82.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/cond_instances_82.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/data_lock_waits_161.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/data_lock_waits_161.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/data_locks_160.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/data_locks_160.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/error_log_83.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/error_log_83.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/events_errors_su_139.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/events_errors_su_139.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/events_errors_su_140.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/events_errors_su_140.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/events_errors_su_141.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/events_errors_su_141.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/events_errors_su_142.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/events_errors_su_142.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/events_errors_su_143.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/events_errors_su_143.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/events_stages_cu_111.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/events_stages_cu_111.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/events_stages_hi_112.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/events_stages_hi_112.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/events_stages_hi_113.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/events_stages_hi_113.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/events_stages_su_114.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/events_stages_su_114.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/events_stages_su_115.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/events_stages_su_115.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/events_stages_su_116.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/events_stages_su_116.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/events_stages_su_117.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/events_stages_su_117.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/events_stages_su_118.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/events_stages_su_118.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/events_statement_119.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/events_statement_119.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/events_statement_120.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/events_statement_120.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/events_statement_121.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/events_statement_121.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/events_statement_122.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/events_statement_122.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/events_statement_123.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/events_statement_123.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/events_statement_124.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/events_statement_124.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/events_statement_125.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/events_statement_125.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/events_statement_126.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/events_statement_126.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/events_statement_127.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/events_statement_127.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/events_statement_128.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/events_statement_128.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/events_statement_129.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/events_statement_129.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/events_statement_130.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/events_statement_130.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/events_transacti_131.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/events_transacti_131.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/events_transacti_132.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/events_transacti_132.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/events_transacti_133.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/events_transacti_133.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/events_transacti_134.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/events_transacti_134.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/events_transacti_135.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/events_transacti_135.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/events_transacti_136.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/events_transacti_136.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/events_transacti_137.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/events_transacti_137.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/events_transacti_138.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/events_transacti_138.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/events_waits_cur_84.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/events_waits_cur_84.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/events_waits_his_85.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/events_waits_his_85.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/events_waits_his_86.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/events_waits_his_86.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/events_waits_sum_87.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/events_waits_sum_87.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/events_waits_sum_88.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/events_waits_sum_88.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/events_waits_sum_89.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/events_waits_sum_89.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/events_waits_sum_90.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/events_waits_sum_90.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/events_waits_sum_91.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/events_waits_sum_91.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/events_waits_sum_92.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/events_waits_sum_92.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/file_instances_93.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/file_instances_93.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/file_summary_by__94.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/file_summary_by__94.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/file_summary_by__95.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/file_summary_by__95.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/global_status_181.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/global_status_181.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/global_variables_184.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/global_variables_184.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/host_cache_96.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/host_cache_96.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/hosts_146.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/hosts_146.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/keyring_componen_191.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/keyring_componen_191.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/keyring_keys_152.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/keyring_keys_152.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/log_status_174.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/log_status_174.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/memory_summary_b_154.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/memory_summary_b_154.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/memory_summary_b_155.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/memory_summary_b_155.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/memory_summary_b_156.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/memory_summary_b_156.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/memory_summary_b_157.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/memory_summary_b_157.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/memory_summary_g_153.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/memory_summary_g_153.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/metadata_locks_159.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/metadata_locks_159.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/mutex_instances_97.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/mutex_instances_97.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/objects_summary__98.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/objects_summary__98.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/performance_time_99.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/performance_time_99.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/persisted_variab_187.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/persisted_variab_187.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/prepared_stateme_175.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/prepared_stateme_175.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/processlist_100.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/processlist_100.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/replication_appl_165.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/replication_appl_165.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/replication_appl_166.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/replication_appl_166.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/replication_appl_167.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/replication_appl_167.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/replication_appl_168.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/replication_appl_168.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/replication_appl_170.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/replication_appl_170.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/replication_appl_171.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/replication_appl_171.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/replication_asyn_172.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/replication_asyn_172.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/replication_asyn_173.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/replication_asyn_173.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/replication_conn_162.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/replication_conn_162.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/replication_conn_164.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/replication_conn_164.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/replication_grou_163.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/replication_grou_163.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/replication_grou_169.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/replication_grou_169.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/rwlock_instances_101.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/rwlock_instances_101.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/session_account__151.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/session_account__151.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/session_connect__150.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/session_connect__150.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/session_status_182.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/session_status_182.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/session_variable_185.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/session_variable_185.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/setup_actors_102.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/setup_actors_102.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/setup_consumers_103.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/setup_consumers_103.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/setup_instrument_104.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/setup_instrument_104.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/setup_objects_105.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/setup_objects_105.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/setup_threads_106.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/setup_threads_106.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/socket_instances_147.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/socket_instances_147.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/socket_summary_b_148.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/socket_summary_b_148.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/socket_summary_b_149.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/socket_summary_b_149.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/status_by_accoun_177.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/status_by_accoun_177.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/status_by_host_178.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/status_by_host_178.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/status_by_thread_179.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/status_by_thread_179.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/status_by_user_180.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/status_by_user_180.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/table_handles_158.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/table_handles_158.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/table_io_waits_s_107.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/table_io_waits_s_107.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/table_io_waits_s_108.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/table_io_waits_s_108.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/table_lock_waits_109.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/table_lock_waits_109.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/threads_110.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/threads_110.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/tls_channel_stat_190.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/tls_channel_stat_190.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/user_defined_fun_188.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/user_defined_fun_188.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/user_variables_b_176.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/user_variables_b_176.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/users_144.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/users_144.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/variables_by_thr_183.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/variables_by_thr_183.sdi -------------------------------------------------------------------------------- /data/mysql_slave/performance_schema/variables_info_186.sdi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/performance_schema/variables_info_186.sdi -------------------------------------------------------------------------------- /data/mysql_slave/private_key.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/private_key.pem -------------------------------------------------------------------------------- /data/mysql_slave/public_key.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/public_key.pem -------------------------------------------------------------------------------- /data/mysql_slave/relay-bin-log.000001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/relay-bin-log.000001 -------------------------------------------------------------------------------- /data/mysql_slave/relay-bin-log.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/relay-bin-log.index -------------------------------------------------------------------------------- /data/mysql_slave/server-cert.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/server-cert.pem -------------------------------------------------------------------------------- /data/mysql_slave/server-key.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/server-key.pem -------------------------------------------------------------------------------- /data/mysql_slave/sys/sys_config.ibd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/sys/sys_config.ibd -------------------------------------------------------------------------------- /data/mysql_slave/undo_001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/undo_001 -------------------------------------------------------------------------------- /data/mysql_slave/undo_002: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/data/mysql_slave/undo_002 -------------------------------------------------------------------------------- /data/redis/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore -------------------------------------------------------------------------------- /docker-compose.sample.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/docker-compose.sample.yml -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/docker-compose.yml -------------------------------------------------------------------------------- /env.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/env.sample -------------------------------------------------------------------------------- /route: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /services/elasticsearch/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/elasticsearch/Dockerfile -------------------------------------------------------------------------------- /services/elasticsearch/elasticsearch.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/elasticsearch/elasticsearch.yml -------------------------------------------------------------------------------- /services/mysql/mysql.cnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/mysql/mysql.cnf -------------------------------------------------------------------------------- /services/mysql5/mysql.cnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/mysql5/mysql.cnf -------------------------------------------------------------------------------- /services/mysql_slave/mysql_slave.cnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/mysql_slave/mysql_slave.cnf -------------------------------------------------------------------------------- /services/nginx/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/nginx/Dockerfile -------------------------------------------------------------------------------- /services/nginx/conf.d/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/nginx/conf.d/.gitignore -------------------------------------------------------------------------------- /services/nginx/fastcgi-php.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/nginx/fastcgi-php.conf -------------------------------------------------------------------------------- /services/nginx/fastcgi_params: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/nginx/fastcgi_params -------------------------------------------------------------------------------- /services/nginx/nginx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/nginx/nginx.conf -------------------------------------------------------------------------------- /services/nginx/ssl/localhost/localhost.crt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/nginx/ssl/localhost/localhost.crt -------------------------------------------------------------------------------- /services/nginx/ssl/localhost/localhost.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/nginx/ssl/localhost/localhost.key -------------------------------------------------------------------------------- /services/openresty/conf.d/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/openresty/conf.d/.gitignore -------------------------------------------------------------------------------- /services/openresty/conf.d/localhost.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/openresty/conf.d/localhost.conf -------------------------------------------------------------------------------- /services/openresty/fastcgi-php.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/openresty/fastcgi-php.conf -------------------------------------------------------------------------------- /services/openresty/fastcgi_params: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/openresty/fastcgi_params -------------------------------------------------------------------------------- /services/openresty/openresty.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/openresty/openresty.conf -------------------------------------------------------------------------------- /services/openresty/ssl/localhost/localhost.crt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/openresty/ssl/localhost/localhost.crt -------------------------------------------------------------------------------- /services/openresty/ssl/localhost/localhost.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/openresty/ssl/localhost/localhost.key -------------------------------------------------------------------------------- /services/php/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php/Dockerfile -------------------------------------------------------------------------------- /services/php/extensions/amqp-1.10.2.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php/extensions/amqp-1.10.2.tgz -------------------------------------------------------------------------------- /services/php/extensions/apcu-5.1.17.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php/extensions/apcu-5.1.17.tgz -------------------------------------------------------------------------------- /services/php/extensions/event-2.5.6.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php/extensions/event-2.5.6.tgz -------------------------------------------------------------------------------- /services/php/extensions/install-composer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php/extensions/install-composer.sh -------------------------------------------------------------------------------- /services/php/extensions/install-php-extensions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php/extensions/install-php-extensions -------------------------------------------------------------------------------- /services/php/extensions/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php/extensions/install.sh -------------------------------------------------------------------------------- /services/php/extensions/memcache-2.2.6.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php/extensions/memcache-2.2.6.tgz -------------------------------------------------------------------------------- /services/php/extensions/memcache-4.0.5.2.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php/extensions/memcache-4.0.5.2.tgz -------------------------------------------------------------------------------- /services/php/extensions/mongodb-1.7.4.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php/extensions/mongodb-1.7.4.tgz -------------------------------------------------------------------------------- /services/php/extensions/redis-5.2.2.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php/extensions/redis-5.2.2.tgz -------------------------------------------------------------------------------- /services/php/extensions/swoole-2.0.11.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php/extensions/swoole-2.0.11.tgz -------------------------------------------------------------------------------- /services/php/extensions/swoole-4.5.2.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php/extensions/swoole-4.5.2.tgz -------------------------------------------------------------------------------- /services/php/extensions/xdebug-2.5.5.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php/extensions/xdebug-2.5.5.tgz -------------------------------------------------------------------------------- /services/php/extensions/xdebug-2.6.1.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php/extensions/xdebug-2.6.1.tgz -------------------------------------------------------------------------------- /services/php/extensions/xdebug-2.9.2.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php/extensions/xdebug-2.9.2.tgz -------------------------------------------------------------------------------- /services/php/extensions/xhprof-2.2.0.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php/extensions/xhprof-2.2.0.tgz -------------------------------------------------------------------------------- /services/php/extensions/yaf-2.3.5.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php/extensions/yaf-2.3.5.tgz -------------------------------------------------------------------------------- /services/php/php-fpm.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php/php-fpm.conf -------------------------------------------------------------------------------- /services/php/php.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php/php.ini -------------------------------------------------------------------------------- /services/php54/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php54/Dockerfile -------------------------------------------------------------------------------- /services/php54/extensions/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php54/extensions/install.sh -------------------------------------------------------------------------------- /services/php54/extensions/redis-4.1.1.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php54/extensions/redis-4.1.1.tgz -------------------------------------------------------------------------------- /services/php54/extensions/xdebug-2.4.1.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php54/extensions/xdebug-2.4.1.tgz -------------------------------------------------------------------------------- /services/php54/extensions/zendopcache-7.0.5.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php54/extensions/zendopcache-7.0.5.tgz -------------------------------------------------------------------------------- /services/php54/php-fpm.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php54/php-fpm.conf -------------------------------------------------------------------------------- /services/php54/php.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php54/php.ini -------------------------------------------------------------------------------- /services/php56/php-fpm.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php56/php-fpm.conf -------------------------------------------------------------------------------- /services/php56/php.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php56/php.ini -------------------------------------------------------------------------------- /services/php80/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php80/Dockerfile -------------------------------------------------------------------------------- /services/php80/extensions/event-3.0.5.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php80/extensions/event-3.0.5.tgz -------------------------------------------------------------------------------- /services/php80/extensions/install-php-extensions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php80/extensions/install-php-extensions -------------------------------------------------------------------------------- /services/php80/extensions/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php80/extensions/install.sh -------------------------------------------------------------------------------- /services/php80/php-fpm.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php80/php-fpm.conf -------------------------------------------------------------------------------- /services/php80/php.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php80/php.ini -------------------------------------------------------------------------------- /services/php81/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php81/Dockerfile -------------------------------------------------------------------------------- /services/php81/extensions/amqp-1.10.2.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php81/extensions/amqp-1.10.2.tgz -------------------------------------------------------------------------------- /services/php81/extensions/apcu-5.1.17.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php81/extensions/apcu-5.1.17.tgz -------------------------------------------------------------------------------- /services/php81/extensions/event-2.5.6.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php81/extensions/event-2.5.6.tgz -------------------------------------------------------------------------------- /services/php81/extensions/event-3.0.5.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php81/extensions/event-3.0.5.tgz -------------------------------------------------------------------------------- /services/php81/extensions/install-php-extensions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php81/extensions/install-php-extensions -------------------------------------------------------------------------------- /services/php81/extensions/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php81/extensions/install.sh -------------------------------------------------------------------------------- /services/php81/extensions/memcache-2.2.6.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php81/extensions/memcache-2.2.6.tgz -------------------------------------------------------------------------------- /services/php81/extensions/memcache-4.0.5.2.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php81/extensions/memcache-4.0.5.2.tgz -------------------------------------------------------------------------------- /services/php81/extensions/mongodb-1.7.4.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php81/extensions/mongodb-1.7.4.tgz -------------------------------------------------------------------------------- /services/php81/extensions/redis-5.2.2.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php81/extensions/redis-5.2.2.tgz -------------------------------------------------------------------------------- /services/php81/extensions/swoole-2.0.11.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php81/extensions/swoole-2.0.11.tgz -------------------------------------------------------------------------------- /services/php81/extensions/swoole-4.5.2.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php81/extensions/swoole-4.5.2.tgz -------------------------------------------------------------------------------- /services/php81/extensions/xdebug-2.5.5.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php81/extensions/xdebug-2.5.5.tgz -------------------------------------------------------------------------------- /services/php81/extensions/xdebug-2.6.1.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php81/extensions/xdebug-2.6.1.tgz -------------------------------------------------------------------------------- /services/php81/extensions/xdebug-2.9.2.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php81/extensions/xdebug-2.9.2.tgz -------------------------------------------------------------------------------- /services/php81/extensions/xhprof-2.2.0.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php81/extensions/xhprof-2.2.0.tgz -------------------------------------------------------------------------------- /services/php81/extensions/yaf-2.3.5.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php81/extensions/yaf-2.3.5.tgz -------------------------------------------------------------------------------- /services/php81/php-fpm.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php81/php-fpm.conf -------------------------------------------------------------------------------- /services/php81/php.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/php81/php.ini -------------------------------------------------------------------------------- /services/phpmyadmin/config.user.inc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/phpmyadmin/config.user.inc.php -------------------------------------------------------------------------------- /services/phpmyadmin/php-phpmyadmin.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/phpmyadmin/php-phpmyadmin.ini -------------------------------------------------------------------------------- /services/rabbitmq/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/rabbitmq/Dockerfile -------------------------------------------------------------------------------- /services/redis/redis-6.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/redis/redis-6.conf -------------------------------------------------------------------------------- /services/redis/redis.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/redis/redis.conf -------------------------------------------------------------------------------- /services/supervisor/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/supervisor/Dockerfile -------------------------------------------------------------------------------- /services/supervisor/conf.d/php-fpm.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/supervisor/conf.d/php-fpm.ini -------------------------------------------------------------------------------- /services/supervisor/supervisord.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/services/supervisor/supervisord.conf -------------------------------------------------------------------------------- /snapshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/snapshot.png -------------------------------------------------------------------------------- /www/localhost/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shmilylbelva/dnmp/HEAD/www/localhost/index.php --------------------------------------------------------------------------------