表示 进入内容 471 去 480 的 1042 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Displaying posts with tag: Blog (reset) Nov 13 2017 shell监控脚本-监控mysql 主从复制 Posted by mysql-云栖社区 on Mon 13 Nov 2017 16:51 UTC Tags: Replication, Linux, Blog, mobile, log, shell, ssh, MySQL, 测试, 监控, 脚本 注意:请先参考 shell监控脚本-准备工作,监控脚本在 rhel5 下测试正常,其它版本的linux 系统请自行测试 #监控mysql 主从复制 cat chk_mysql_rep.sh #!/bin/bash # #script_name:chk_mysql_rep. 【linux】 【监控】 【mysql】 【LOG】 【shell】 【SSH】 【测试】 …[获取更多] Nov 13 2017 PHP、MySQL、phpmyadmin的安装 Posted by mysql-云栖社区 on Mon 13 Nov 2017 16:00 UTC Tags: PHP, Blog, MySQL, CTO 文档中写出PHP、MySQL、phpmyadmin的安装安装过程! 附件:http://down.51cto.com/data/2364436 本文转自forsk 51CTO博客,原文链接:http://blog. 【php】 【mysql】 【cto】 【Blog】 点击查看原文> Nov 13 2017 mariadb集群初次启动方法 Posted by mysql-云栖社区 on Mon 13 Nov 2017 15:21 UTC Tags: Blog, mariadb, MySQL, CTO, 数据库, 服务器, 集群 集群中第一台mariadb启动方法: /etc/init.d/mysql start --wsrep-new-cluster 集群中其它数据启动方法: /etc/init.d/mysql start 注:当集群中已经有一台数据库在运行时,其它数据库以正常方式启动即可,无需要... 【服务器】 【mysql】 【数据库】 【集群】 【Mariadb】 【cto】 …[获取更多] Nov 13 2017 用haproxy实现mariadb集群负载均衡 Posted by mysql-云栖社区 on Mon 13 Nov 2017 15:19 UTC Tags: Blog, server, mariadb, bind, MySQL, CTO, 配置, 负载均衡, 集群 在mariadb gelera集群中,所有的节点都是主节点,前端可以haproxy做负载均衡 haproxy.cfg配置: 前端配置: frontend mysql mode tcp maxconn 2000 bind 192. 【mysql】 【配置】 【集群】 【负载均衡】 …[获取更多] Nov 13 2017 grafana面板改为存到mysql Posted by mysql-云栖社区 on Mon 13 Nov 2017 15:03 UTC Tags: Linux, Blog, database, session, grant, file, service, TYPE, MySQL, create grafana面板改为存到mysql: # mysql -u root -p'xxxxxx' > create database grafana; > grant all on grafana. 【linux】 【mysql】 【grant】 【Create】 【session】 【database】 【file】 【type】 …[获取更多] Nov 13 2017 /etc/init.d/mysqld:line 260:my_print_defaults:command not found Posted by mysql-云栖社区 on Mon 13 Nov 2017 13:59 UTC Tags: Linux, Blog, server, file, MySQL, CTO /etc/init.d/mysqld:line 260:my_print_defaults:command not found 或 mysql manager or server PID file could not be found! 解决办法: # vi /etc/my. 【linux】 【mysql】 【Server】 【file】 【cto】 【Blog】 点击查看原文> Nov 13 2017 mysql内存过高解决办法 Posted by mysql-云栖社区 on Mon 13 Nov 2017 13:54 UTC Tags: Linux, Blog, variables, service, MySQL, CTO mysql内存过高解决办法: vi /etc/my.cnf performance_schema_max_table_instances=600 (默认为12500) table_definition_cache=400 (默认为1400) table_open_cache=256 (默认为200... 【linux】 【mysql】 【variables】 【cto】 【Blog】 【service】 点击查看原文> Nov 13 2017 mysql 中查看数据库中表为何种引擎 Posted by mysql-云栖社区 on Mon 13 Nov 2017 13:40 UTC Tags: Blog, db, MySQL, CTO, 数据库 mysql 中查看数据库中表为何种引擎 mysql> select concat(TABLE_SCHEMA,',',TABLE_NAME) as db, -> ENGINE from information_schema. 【mysql】 【数据库】 【DB】 【cto】 【Blog】 点击查看原文> Nov 13 2017 Django:快速搭建简单的Blog Posted by mysql-云栖社区 on Mon 13 Nov 2017 13:29 UTC Tags: html, Blog, Python, django, static, Class, MySQL, 数据库, 配置, 函数, request, url 一,创建项目 我这里是基于python虚拟环境下做的开发, 先进入虚拟环境 workon py3_django 1, 为blog创建名为mysite的工程项目 django-admin.py startproject mysite 2. 【python】 【mysql】 【函数】 【Django】 【数据库】 【配置】 【request】 …[获取更多] Nov 13 2017 mysql编译安装错误解决方法 Posted by mysql-云栖社区 on Mon 13 Nov 2017 13:22 UTC Tags: Blog, yum, MySQL, CTO, 源码 错误:mysql源码安装,make后出现以下错误 可以通过yum -y install gcc-c++ make clean, 然后再继续 make && make install 错误:make 后出现以下错误 可以在编译时加上以下参数,即可解决,即 --with-unix-socket-path=/tmp/mysql. 【mysql】 【源码】 【yum】 【cto】 【Blog】 点击查看原文> 表示 进入内容 471 去 480 的 1042 « 先前的 10 新的记录 | 下一步 10 较早的记录 » 最热门的前20位作者 約翰·史密斯 (1) Oracle MySQL Blogs Oracle's MySQL Blog (31) MySQL 其他链接 MySQL Downloads MySQL Docs MySQL Bugs MySQL Forums