表示 进入内容 3281 去 3290 的 15679 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Nov 27 2017 查看 MySQL 用户权限 Posted by mysql-云栖社区 on Mon 27 Nov 2017 06:24 UTC Tags: MySQL 查看当前用户(自己)权限: show grants; 查看其他 MySQL 用户权限: show grants for aaa@localhost; 【mysql】 点击查看原文> Nov 27 2017 顶级MySQL主从复制企业应用 Posted by mysql-云栖社区 on Mon 27 Nov 2017 06:24 UTC Tags: Replication, log, binlog, MySQL, 数据库, 同步, 日志, 服务器, 线程, 多线程, 企业应用 复习: 日志类型: 1、查询日志 2、慢查询日志:和查询日志的区别在于慢查询日志记录查询执行时长 3、错误日志:记录错误,警告,服务器关闭,从服务器线程启动信息 4、二进制日志:记录方式包括基于语句和基于行的记录。 【服务器】 【mysql】 【日志】 【LOG】 【线程】 【数据库】 …[获取更多] Nov 27 2017 源码编译mysql报错解决 Posted by mysql-云栖社区 on Mon 27 Nov 2017 06:24 UTC Tags: cmake, MySQL, 源码 [root@localhostmysql-5.5.11]# cmake 出现以下错误提示: -- Could NOT find Curses (missing: CURSES_LIBRARY CURSES_INCLUDE_PATH)CMake Error at cmake/readlineNaNake:82(MESSAGE): Curses library not found. 【mysql】 【源码】 【CMake】 点击查看原文> Nov 27 2017 撤销已经赋予给 MySQL 用户权限的权限 Posted by mysql-云栖社区 on Mon 27 Nov 2017 06:23 UTC Tags: grant, revoke, MySQL revoke 跟 grant 的语法差不多,只需要把关键字 “to” 换成 “from” 即可: grant all on *.* to aaa@localhost; revoke all on *.* from aaa@localhost; 【mysql】 【grant】 【revoke】 点击查看原文> Nov 27 2017 CentOS6.5 编译安装zabbix3.0.5,编译安装zabbix_agent客户端 Posted by mysql-云栖社区 on Mon 27 Nov 2017 06:23 UTC Tags: PHP, Apache, database, vim, zabbix, MySQL, 数据库, 配置, 服务器, htdocs 1、环境准备: CentOS6.5 当前地址为192.168.137.30 搭建LAMP环境,YUM安装方式也可以,但是zabbix3.0要求提供PHP5.5以上版本。 这里可以查看这篇文章:编译安装LAMP环境 还需要重新编译PHP5.5,主要是提供最后三个参数。 【php】 【服务器】 【mysql】 【zabbix】 【Apache】 【数据库】 【配置】 …[获取更多] Nov 27 2017 企业级高级监控系统-cacti Posted by mysql-云栖社区 on Mon 27 Nov 2017 06:23 UTC Tags: PHP, html, log, MySQL, 数据库, 配置, 存储, 监控, 主机 一、工作原理 管理服务器(nms)通过一种协议监控远程被监控主机状态,并将返回结果统计分析。并且可以通过设置阈值来通知管理员告警信息的软件系统,就称为监控系统。 常见的通信方式: SNMP协议通信 command,命令方式 remote script(ssh) 二、常见工具 cacti 强大的绘图展示工具,它通过RRDtool来统计数据。 【php】 【监控】 【mysql】 【LOG】 【数据库】 …[获取更多] Nov 27 2017 PHP编译,执行make报错 Posted by mysql-云栖社区 on Mon 27 Nov 2017 06:23 UTC Tags: PHP, file, test, WebServer, MySQL, EXT 编译安装php 的时候, 执行make报错误 make: *** [ext/phar/phar.php] 错误 127 [root@localhost php-5.4.9]# mkdir /usr/local/webserver/mysql/include/mysql [root@localhost php-5. 【php】 【mysql】 【test】 【file】 【WebServer】 【EXT】 点击查看原文> Nov 27 2017 PHP编译遇到的问题 Posted by mysql-云栖社区 on Mon 27 Nov 2017 06:23 UTC Tags: PHP, Nginx, yum, server, MySQL 编译php的时候遇到的问题: 编译代码: ./configure --prefix=/server/php-5.4-nginx --with-config-file-path=/server/php-5. 【nginx】 【php】 【mysql】 【yum】 【Server】 点击查看原文> Nov 27 2017 lepus3.8 安装以及慢查询设置 基于mysql5.7 改进版 Posted by mysql-云栖社区 on Mon 27 Nov 2017 06:21 UTC Tags: database, log, server, MySQL, 监控 改进版 可以建立主从机制,在从上执行慢查询语句分析 主 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 4... 【监控】 【mysql】 【LOG】 【Server】 【database】 点击查看原文> Nov 27 2017 mysql基本知识学习 Posted by mysql-云栖社区 on Mon 27 Nov 2017 06:21 UTC Tags: database, update, timestamp, varchar, test, MySQL, 数据库, create, 服务器, 主机, 数据类型 虽然mysql已经被收购了,但是作为市面上主流的数据库,还是要学习下。 MySQL有三大类数据类型, 分别为数字、日期\时间、字符串, 这三大类中又更细致的划分了许多子类型: 数字类型 整数: tinyint、smallint、mediumint、int、bigint 浮点数: float... 【服务器】 【mysql】 【数据库】 【主机】 【test】 【Create】 …[获取更多] 表示 进入内容 3281 去 3290 的 15679 « 先前的 10 新的记录 | 下一步 10 较早的记录 » 最热门的前20位作者 約翰·史密斯 (2) Oracle MySQL Blogs Oracle's MySQL Blog (42) MySQL 其他链接 MySQL Downloads MySQL Docs MySQL Bugs MySQL Forums