表示 进入内容 541 去 550 的 1311 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Displaying posts with tag: 脚本 (reset) Nov 14 2017 监控slave的脚本 Posted by mysql-云栖社区 on Tue 14 Nov 2017 13:41 UTC Tags: Linux, Blog, log, awk, bash, MySQL, 同步, 监控, 脚本 监控slave的脚本(即监控主从mysql同步的脚本): # vi slave.sh #!/bin/bash IO_env=`/usr/local/mysql/bin/mysql -u root -p123456 -e "show slave status \G" | grep Sl... 【linux】 【监控】 【mysql】 【LOG】 【同步】 【脚本】 【Blog】 …[获取更多] Nov 14 2017 自动执行主从mysql同步的脚本(能执行,但有缺陷) Posted by mysql-云栖社区 on Tue 14 Nov 2017 13:40 UTC Tags: Linux, Blog, log, bash, MySQL, 同步, 脚本 自动执行主从mysql同步的脚本(能执行,但有缺陷) # vi tongbu.sh #!/bin/bash Log=`/usr/local/mysql/bin/mysql -u root -p123456 -e "show slave status \G" | grep Master_Log_... 【linux】 【mysql】 【LOG】 【同步】 【脚本】 【Blog】 【Bash】 …[获取更多] Nov 14 2017 一个Mysql自动备份脚本 Posted by mysql-云栖社区 on Tue 14 Nov 2017 13:24 UTC Tags: db, file, MySQL, 数据库, 脚本 #!/bin/bash #This is a ShellScript For Auto DB Backup #Powered by aspbiz #2004-09 #Setting #设置数据库名,数据库登录名,密码,备份路径,日志路径,数据文件位置,以及备份方式 #默认情况下备份方式是... 【mysql】 【数据库】 【DB】 【脚本】 【file】 点击查看原文> Nov 14 2017 利用Zabbix监控mysql主从 Posted by mysql-云栖社区 on Tue 14 Nov 2017 13:21 UTC Tags: zabbix, MySQL, 数组, 监控, 脚本 mysql主从监控 #脚本如下,截取主从关键字 1 2 3 4 5 6 7 8 9 10 11 12 cat check_mysql_slave.sh #!/bin/bash # declare -a 定义数组,slave_is 会被视为数组 declare -a sla... 【监控】 【mysql】 【zabbix】 【脚本】 【数组】 点击查看原文> Nov 14 2017 (cmake)编译安装mysql Posted by mysql-云栖社区 on Tue 14 Nov 2017 13:21 UTC Tags: bash, yum, gcc, cmake, MySQL, 数据库, 脚本 实验环境: CentOS 6.5 mysql-5.5.44.tar.gz 环境部署: yum -y install gcc gcc-c++ make cmake ncurses-devel bison perl lrzsz useradd -s /sbin/nologin mysql mkdir -p /data/sqldata chown -R mysql. 【mysql】 【数据库】 【yum】 【脚本】 【gcc】 【Bash】 【CMake】 …[获取更多] Nov 14 2017 巧用Zabbix自定义监控Mysql性能状态 Posted by mysql-云栖社区 on Tue 14 Nov 2017 13:17 UTC Tags: zabbix, MySQL, 性能, 监控, 脚本 环境是Centos6.5 x86_64系统 Zabbix版本:3.0.4 Mysql Server 版本:5.6.29 二进制安装 zabbix_agentd.conf的配置文件如下: 1 2 3 4 5 6 7 8 9 10 11 12 13 [root@iZuf67iz... 【监控】 【mysql】 【性能】 【zabbix】 【脚本】 点击查看原文> Nov 14 2017 轻松使用二进制安装Mysql5.6 Posted by mysql-云栖社区 on Tue 14 Nov 2017 13:16 UTC Tags: PATH, MySQL, 配置, 脚本, 数据存储, 系统环境 二进制安装mysql5.6 系统环境:Centos6.5 x86_64 mysql二进制包:mysql-5.6.29-linux-glibc2.5-x86_64.tar.gz #解压tar包到指定安装目录: 1 2 cp mysql-5. 【mysql】 【path】 【配置】 【系统环境】 【脚本】 【数据存储】 点击查看原文> Nov 14 2017 LAMP自动安装脚本(下) Posted by mysql-云栖社区 on Tue 14 Nov 2017 12:59 UTC Tags: PHP, memcached, file, MySQL, 脚本 mysql安装脚本 #!/bin/bash ###### variables ################### GLOABLE_VARIABLE_FILE="./global_variables. 【php】 【mysql】 【memcached】 【脚本】 【file】 点击查看原文> Nov 14 2017 CentOS 6.2 项目管理软件Redmine SVN 集成之LNMP平台准备(上) Posted by mysql-云栖社区 on Tue 14 Nov 2017 11:51 UTC Tags: PHP, centos, Nginx, server, file, svn, MySQL, 算法, 脚本, 项目管理 Redmine是用Ruby开发的基于web的项目管理软件,是用ROR框架开发的一套跨平台项目管理系统,据说是源于Basecamp的ror版而来,支持多种数据库,有不少自己独特的功能,例如提供wiki、新闻台等,还可以集成其他版本管理系统和BUG跟踪系统,例如SVN、CVS、TD等等。 【nginx】 【php】 【算法】 【mysql】 【centos】 【SVN】 …[获取更多] Nov 14 2017 MySQL主从(MySQL proxy Lua读写分离设置,一主多从同步配置,分库分表方案) Posted by mysql-云栖社区 on Tue 14 Nov 2017 11:48 UTC Tags: lua, MySQL, 数据库, 同步, 日志, 配置, 服务器, 脚本 Mysql Proxy Lua读写分离设置 一.读写分离说明 读写分离(Read/Write Splitting),基本的原理是让主数据库处理事务性增、改、删操作(INSERT、UPDATE、DELETE),而从数据库处理SELECT查询操作。 【服务器】 【mysql】 【日志】 【数据库】 【配置】 【Lua】 【同步】 …[获取更多] 表示 进入内容 541 去 550 的 1311 « 先前的 10 新的记录 | 下一步 10 较早的记录 » 最热门的前20位作者 約翰·史密斯 (1) Oracle MySQL Blogs Oracle's MySQL Blog (30) MySQL 其他链接 MySQL Downloads MySQL Docs MySQL Bugs MySQL Forums