表示 进入内容 561 去 570 的 1741 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Displaying posts with tag: server (reset) Nov 16 2017 运维自动化之使用PHP+MYSQL+SHELL打造私有监控系统(四) Posted by mysql-云栖社区 on Thu 16 Nov 2017 09:26 UTC Tags: PHP, shell, server, varchar, service, MySQL, 数据库, create, 监控, 主机 (5)数据库服务器(以甘肃数据库为例,脚本解释参照甘肃web) #!/bin/bash #ip db_ip=$(/sbin/ifconfig eth0|grep "inet addr"|cut -d : -f 2|awk '{print $1}') #name db_n... 【php】 【监控】 【mysql】 【数据库】 【shell】 【主机】 …[获取更多] Nov 16 2017 运维自动化之使用PHP+MYSQL+SHELL打造私有监控系统(七) Posted by mysql-云栖社区 on Thu 16 Nov 2017 09:20 UTC Tags: PHP, innodb, charset, shell, server, varchar, service, MySQL, 数据库, create, 监控, 脚本 X、create_province.sh脚本内容 #!binbash LANG="zh_CN.UTF-8" LANG=C #mysql info mysql_ip='1.1. 【php】 【监控】 【mysql】 【innodb】 【数据库】 【shell】 【Server】 【脚本】 …[获取更多] Nov 16 2017 Mysql学习之--Mysql启动失败案例 Posted by mysql-云栖社区 on Thu 16 Nov 2017 09:16 UTC Tags: innodb, index, log, server, file, MySQL, 日志, 系统环境 系统环境: 操作系统:Linux RH6 数据库: Mysql 5.6 在启动mysql server时,启动失败 [root@ogg mysql]# service mysql start Starting MySQL. 【mysql】 【innodb】 【日志】 【LOG】 【系统环境】 【Server】 【index】 【file】 …[获取更多] Nov 16 2017 微服务架构的链路追踪和故障快速排查zipkin(微服务治理) Posted by mysql-云栖社区 on Thu 16 Nov 2017 09:16 UTC Tags: trace, cloud, spring, server, gzip, MySQL, 分布式, annotation, 配置, 存储, 线程, 架构, 微服务 Zipkin分布式任务追踪 zipkin简介 Zipkin 是一款开源的分布式实时数据追踪系统,由基于 Google Dapper 的论文设计而来,由 Twitter 公司提供开源实现,主要功能是聚集来自各个异构系统的实时监控数据,和微服务架构下的接口直接的调用链路和系统延时问题。 【分布式】 【架构】 【mysql】 【gzip】 【Cloud】 【线程】 …[获取更多] Nov 16 2017 Mysql线程池系列一( thread_pool 和 connection_pool) Posted by mysql-云栖社区 on Thu 16 Nov 2017 09:09 UTC Tags: group, thread, server, cpu, MySQL, 数据库, 性能, 线程 thread_pool 和 connection_pool 当客户端请求的数据量比较大的时候,使用线程池可以节约大量的系统资源,使得更多的CPU时间和内存可以高效地利用起来。 【mysql】 【性能】 【线程】 【数据库】 【Server】 【CPU】 …[获取更多] Nov 16 2017 11.1 LAMP架构介绍11.2 MySQL_MariaDB介绍11.3-11.5 MySQL安装 Posted by mysql-云栖社区 on Thu 16 Nov 2017 08:56 UTC Tags: PHP, html, Apache, thread, yum, server, service, MySQL, 源码, 架构, bbs 扩展: mysql5.5源码编译安装 http://www.aminglinux.com/bbs/thread-1059-1-1.html mysql5.7二进制包安装(变化较大) http://www. 【php】 【架构】 【mysql】 【Apache】 【源码】 【yum】 【bbs】 【Server】 …[获取更多] Nov 16 2017 centos6与centos7自动化安装mariadb脚本 Posted by mysql-云栖社区 on Thu 16 Nov 2017 08:52 UTC Tags: Blog, log, server, PATH, file, mariadb, MySQL, CTO, 配置, 脚本 默认软件包在当前目录下。执行该脚本即可。 交互式安装请参考http://amelie.blog.51cto.com/12850951/1971534。另请注意centos6与centos7的微妙差别哦。 【mysql】 【LOG】 【path】 【配置】 【Server】 【脚本】 【Mariadb】 【file】 …[获取更多] Nov 16 2017 启用CentOS6.5 64位安装时自带的MySQL Posted by mysql-云栖社区 on Thu 16 Nov 2017 08:47 UTC Tags: update, source, server, grant, service, TYPE, MySQL, input #service mysqld start#cd /usr/bin#mysqladmin -u root password '123456'#./mysql -u root -pEnter password:Welcome to the MySQL monitor. 【mysql】 【Server】 【grant】 【source】 【update】 【type】 【service】 【input】 …[获取更多] Nov 16 2017 Tomcat实现session保持的三种方式、使用msm方式搭建jsp网站 Posted by mysql-云栖社区 on Thu 16 Nov 2017 08:39 UTC Tags: Java, Apache, memcached, index, session, server, tomcat, test, MySQL, 数据库, 配置, 服务器, jsp, 集群, 主机 Tomcat简单的来说类似于php的功能,主要实现java程序的编译,最后呈现给用户的是html格式的代码,使用用户可以在浏览器中访问。Tomcat是Java语言研发的,所以依赖于java的虚拟机(jvm)。 【java】 【服务器】 【mysql】 【memcached】 【Apache】 【数据库】 【配置】 …[获取更多] Nov 16 2017 Docker compose基于容器编排构建实践 Posted by mysql-云栖社区 on Thu 16 Nov 2017 08:19 UTC Tags: PHP, Web, image, Nginx, server, test, MySQL, Docker, 容器, 镜像 上一篇我们介绍了通过使用Dockerfile构建LNMP环境,但是我们也发现了其中的缺陷;就是容器多的时候我们管理起来也是不方便的;我们需要考虑的就是把一组环境分组,然后按照执行顺序一键启动即可。 【nginx】 【php】 【docker】 【mysql】 【web】 【镜像】 【容器】 …[获取更多] 表示 进入内容 561 去 570 的 1741 « 先前的 10 新的记录 | 下一步 10 较早的记录 » 最热门的前20位作者 約翰·史密斯 (1) Oracle MySQL Blogs Oracle's MySQL Blog (30) MySQL 其他链接 MySQL Downloads MySQL Docs MySQL Bugs MySQL Forums