Community journal The latest from the MySQL community Ideas, releases, practical guides, and perspectives from the people building with MySQL. Follow the feed Entries per page 51025 Showing entries 3271 to 3280 of 15691 « Previous | Next » Search Planet MySQL Go Nov 27 2017 grant 普通 DBA 管理某个 MySQL 数据库的权限 Posted by mysql-云栖社区 on Mon 27 Nov 2017 06:39 UTC Tags: DBA, grant, MySQL, 数据库 MySQLgrant all privileges on testdb to 其中,关键字 “privileges” 可以省略。 grant execute on procedure testdb. 【mysql】 【数据库】 【grant】 【DBA】 点击查看原文> Nov 27 2017 集群理论详解(续一) Posted by mysql-云栖社区 on Mon 27 Nov 2017 06:39 UTC Tags: nfs, mariadb, MySQL, 配置, 高可用, 集群, 脚本 扩展知识二: 使用heartbeatV2的CRM组件进行高可用集群的“集群资源管理crm” 1、更改原来haresources资源管理配置文件的方法可用通过/usr/lib64/heartbeat/resources2cib.py进行转换配置文件格式转换。 【mysql】 【高可用】 【配置】 【集群】 【脚本】 【Mariadb】 【NFS】 …[获取更多] Nov 27 2017 MySQL grant 权限,分别可以作用在多个层次上 Posted by mysql-云栖社区 on Mon 27 Nov 2017 06:38 UTC Tags: update, DBA, grant, MySQL, 数据库, 存储过程, 服务器, 函数 1. grant 作用在整个 MySQL 服务器上: grant select on *.* to dba@localhost; -- dba 可以查询 MySQL 中所有数据库中的表。 grant all on *.* to dba@localhost; -- dba 可以管理 MySQL 中的所有数据库 2. grant 作用在单个数据库上: grant select on testdb.* to dba@localhost; -- dba 可以查询 testdb 中的表。 【服务器】 【mysql】 【函数】 【数据库】 【grant】 …[获取更多] Nov 27 2017 Zabbix(一):server,agent端 安装配置及主机,监控项,触发器,动作,媒介配置步骤 Posted by mysql-云栖社区 on Mon 27 Nov 2017 06:36 UTC Tags: zabbix, server, service, agent, MySQL, create, 配置, 监控, 函数, 主机, 脚本, 表达式, last zabbix是一个基于WEB界面的提供分布式系统监视以及网络监视功能的企业级的开源解决方案。 zabbix能监视各种网络参数,保证服务器系统的安全运营;并提供柔软的通知机制以让系统管理员快速定位/解决存在的各种问题。 【监控】 【mysql】 【函数】 【zabbix】 【配置】 【agent】 【主机】 …[获取更多] Nov 27 2017 Heartbeat+Drbd+MySQL高可用 Posted by mysql-云栖社区 on Mon 27 Nov 2017 06:35 UTC Tags: Oracle, log, MySQL, 配置, 高可用 一、环境介绍 继续使用之前heartbeat+drbd+nfs的环境,192.168.49.0/24网段用来ssh远程连接,172.16.49.0/24用来做心跳连接,并且也做drbd同步数据使用。因为中间做了好多改变,这里再次给出环境的配置情况。 【mysql】 【Oracle】 【LOG】 【高可用】 【配置】 点击查看原文> Nov 27 2017 VIII openstack(2) Posted by mysql-云栖社区 on Mon 27 Nov 2017 06:34 UTC Tags: demo, yum, service, OpenStack, MySQL 操作openstack icehouse: 准备: 控制节点:linux-node1.example.com(eth0:10.96.20.118;eth1:192.168.10.118); 计算节点:linux-node2. 【mysql】 【yum】 【OpenStack】 【demo】 【service】 点击查看原文> Nov 27 2017 mysql Connector C++ 操作数据库 vs2012 Posted by mysql-云栖社区 on Mon 27 Nov 2017 06:33 UTC Tags: sql, c++, driver, MySQL, 数据库, 测试, 多线程, 函数 最近想写一个应用程序,要连接和操作mysql数据库,以前只是用c++ builder 操作过mysql数据库,那是用控件操作的,感觉比较弱智,但是c++ builder vcl控件感觉在多线程里比较坑,所以用vs2012做了。 【mysql】 【函数】 【SQL】 【c++】 【数据库】 【测试】 【多线程】 …[获取更多] Nov 27 2017 关于seafile启动的问题解决 Posted by mysql-云栖社区 on Mon 27 Nov 2017 06:33 UTC Tags: log, service, access, MySQL, 配置 过了一个国庆,同事反映说seafile服务挂掉了,无法正常连接。 刚才解决了一下,把相关问题简要记录一下: 1.首先连接阿里云,获得相关IP地址(如果已知IP地址,则不需要该步骤) 2.通过xshell或者其他ssh工具连接上去(此类工具很多,比如putty、secureCRT、MobaXterm Personal Edition等) 3. 【mysql】 【LOG】 【配置】 【Access】 【service】 点击查看原文> Nov 27 2017 VI zabbix Posted by mysql-云栖社区 on Mon 27 Nov 2017 06:32 UTC Tags: sql, memcached, Nginx, zabbix, server, service, MySQL, 服务器, 监控, 脚本 超大规模门户网站集群架构: 运维30%的时间都在监控,监控要多维度; 监控(单机监控(系统监控)、网络监控、应用监控、分布式监控); 业务监控(业务指标-->流量分析-->舆论监控): 流量分析: SEO(search engine optimization,指通过站内优化(比如网站结构调整、... 【nginx】 【监控】 【服务器】 【mysql】 【memcached】 【SQL】 …[获取更多] Nov 27 2017 ansible Posted by mysql-云栖社区 on Mon 27 Nov 2017 06:31 UTC Tags: group, PATH, file, MySQL, 主机, 模块, Processing 一、简介 特点: 基于pyton开放 分布式,不需要客户端,最大优势。 轻量级 二、ansible基本构成 1、核心模块:自带的模块 2、扩展模块:可以添加的模块 3、插件(plugins)完成模块功能的补充 4、剧本(playbooks):配置文件,由ansible自动执行 5... 【mysql】 【模块】 【path】 【主机】 【Processing】 【file】 …[获取更多] « Previous | Next » Get Started Contributing Contributing to MySQL Events MySQL Event Calendar Suggest An Event MySQL Showcase Browse the Showcase Suggest a Project 最热门的前20位作者 Libing Song (5) Oracle MySQL Blogs Oracle's MySQL Blog (33) MySQL 其他链接 MySQL Downloads MySQL Docs MySQL Bugs MySQL Forums