Community journal

The latest from the MySQL community

Ideas, releases, practical guides, and perspectives from the people building with MySQL.

Follow the feed
Showing entries 2411 to 2420 of 15691 « Previous | Next »
《2017中国开发者调查报告》重磅发布!这是开发者最好的时代

MySQL Group Replication(简称MGR)是MySQL官方于2016年12月份推出的一个全新的高可用与高扩展的解决方案。MGR提供了高可用、高扩展、高可靠的MySQL集群服务,是MySQL数据库未来发展的一个重要方向。

【云栖社区】  【mysql】  【日志】  【高可用】  【cluster】  【集群】  【解决方案】   …

[获取更多]
98.4. logstash 配置项

98.4.1. input

98.4.1.1. 标准输入输出

root@netkiller ~ % /usr/share/logstash/bin/logstash -e "input {stdin{}} output {stdout{}}" Helloworld ...

【redis】  【mysql】  【LOG】  【path】  【配置】  【logstash】  【pipeline】  【JDBC】   …

[获取更多]
96.6. Template

模板的导入步骤是首先点击"Choose File"按钮选择文件

然后点击Import按钮

确认导入事项,最后点击Import按钮。 完成倒入后,配置数据采集脚本,请继续阅读下面章节。

96.

【php】  【mysql】  【配置】  【Cache】  【脚本】  【git】  【myisam】   …

[获取更多]
96.2. Yum 安装

yum install cacti 创建数据库 # mysql -u root -p mysql> create database cacti; mysql> GRANT ALL ON cacti.

【php】  【mysql】  【require】  【yum】  【配置】  【database】  【Group】   点击查看原文>

96.3. Source Install

Cacti requires MySQL, PHP, RRDTool, net-snmp, and a webserver that supports PHP such as Apache. sudo apt-get install rrdtool sudo apt-get install sn...

【php】  【mysql】  【source】  【WebServer】   点击查看原文>

第 96 章 Cacti

Cacti is a complete network graphing solution designed to harness the power of RRDTool's data storage and graphing functionality.

【php】  【mysql】  【ubuntu】  【database】  【update】   点击查看原文>

第 95 章 Zabbix

95.1. Installing and Configuring Zabbix

95.1.1. Ubuntu

neo@monitor:~$ apt-cache search zabbix zabbix-agent - network monitoring solut...

【PostgreSQL】  【mysql】  【SQL】  【zabbix】  【yum】  【配置】  【centos】  【Create】   …

[获取更多]
第 91 章 SMS

91.1. gnokii

http://www.gnokii.org

91.1.1. 安装

91.1.1.1. Ubuntu

neo@monitor:~$ apt-cache search gnokii opensync-plugin-gnokii -...

【linux】  【PostgreSQL】  【mysql】  【plugin】  【Unix】  【Mobile】  【Suite】   点击查看原文>

[获取更多]
MySQL中 PK NN UQ BIN UN ZF AI 的意思

PK   Belongs to primary key作为主键 NN   Not Null非空 UQ  Unique index不能重复 BIN  Is binary column存放二进制数据的列 UN  Unsigned data type无符号数据类型(需要整数形数据) ZF  Fi...

【mysql】  【index】  【type】  【IT】  【数据类型】   点击查看原文>

MySQL · myrocks · 相关tools介绍

概述 MyRocks提供了丰富的tools,如sst_dump, mysql_ldb等,这些工具对我们的运维和分析问题非常有用。

sst_dump 可以导出sst中的数据和属性信息。

sst_dump --help

sst_dump --file= [--command=check|scan|...

【mysql】  【索引】  【test】  【file】  【type】  【SST】   点击查看原文>