表示 进入内容 631 去 640 的 924 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Displaying posts with tag: log (reset) Nov 08 2017 Microsoft Azure部署MYSQL-MMM(2)配置主主复制 Posted by mysql-云栖社区 on Wed 08 Nov 2017 09:09 UTC Tags: Replication, index, log, grant, MySQL, 日志, 配置, 服务器 (2)配置Master-Master复制 在db1(master1)、db2(master2)、db3(slave)上编译my.conf #vi /etc/my.cnf [mysqld] datadir=/var/lib/mysql socket=/var/lib/mysql/mysql. 【服务器】 【mysql】 【日志】 【LOG】 【配置】 【grant】 【replication】 …[获取更多] Nov 08 2017 centos7.3二进制安装mariadb Posted by mysql-云栖社区 on Wed 08 Nov 2017 08:53 UTC Tags: log, mariadb, service, MySQL, 日志, 配置 官网二进制mariadb很多配置使写死的。所以配置文件的位置请留意不要出错哦。如/usr/loacl/mysql等。 1.确认没有maraiadb*包 rpm -qa mariadb*查看无包即可,若有,用yum remove 包名卸载即可。 【mysql】 【日志】 【LOG】 【配置】 【Mariadb】 【service】 点击查看原文> Nov 08 2017 innodb_log_file_size Posted by mysql-云栖社区 on Wed 08 Nov 2017 08:48 UTC Tags: Blog, innodb, log, file, MySQL, CTO 优化innodb_log_file_size 参数调整后报错 InnoDB: Error: log file ./ib_logfile0 is of different size 0 5242880 bytes 解决办法 : 删除/usr/local/mysql/var/ib_logfile0... 【mysql】 【innodb】 【LOG】 【file】 【cto】 【Blog】 点击查看原文> Nov 08 2017 Node.js使用MySQL的连接池 Posted by mysql-云栖社区 on Wed 08 Nov 2017 08:47 UTC Tags: log, js, MySQL, node, REQUIRE, 数据库, 性能, 函数, 数据库迁移, 表达式 使用Nodejs+MySQL肯定比PHP和MySQL的组合更适合做服务器端的开发。 使用Nodejs你会从他的异步行为中获益良多。比如,提升性能,你无须在从已有的MySQL数据库迁移到其他的NoSQL数据库获得性能的提升。 【mysql】 【函数】 【性能】 【LOG】 【require】 【数据库】 【js】 …[获取更多] Nov 08 2017 一次网站性能排查实录 Posted by mysql-云栖社区 on Wed 08 Nov 2017 08:21 UTC Tags: PHP, Nginx, log, access, MySQL, 配置, 性能, 网站性能 接到一个求助电话,说是有个阿里云上的服务器,有性能瓶颈,但又没有什么具体的数据,只是说偶尔客户端有少数连接不上,或者连接会突然中断。我的天,最怕这种状况了,还得自己去找问题表现是什么,再去找什么原因所致。 【nginx】 【php】 【mysql】 【性能】 【LOG】 【网站性能】 …[获取更多] Nov 08 2017 Linux运维常见面试题之精华收录 Posted by mysql-云栖社区 on Wed 08 Nov 2017 07:29 UTC Tags: Linux, Nginx, log, MySQL, 配置, 服务器, 负载均衡, 模块, 磁盘, 面试题 1、什么是运维?什么是游戏运维? 1)运维是指大型组织已经建立好的网络软硬件的维护,就是要保证业务的上线与运作的正常, 在他运转的过程中,对他进行维护,他集合了网络、系统、数据库、开发、安全、监控于一身的技术 运维又包括很多种,有DBA运维、网站运维、虚拟化运维、监控运维、游戏运维等等 2)游戏运... 【nginx】 【linux】 【服务器】 【mysql】 【LOG】 …[获取更多] Nov 08 2017 在CentOS 7上使用RPM包安装MySQL 5.7 Posted by mysql-云栖社区 on Wed 08 Nov 2017 07:13 UTC Tags: Blog, rpm, centos, log, shell, wget, server, service, MySQL, CTO shell> wget https://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.18-1.el7.x86_64.rpm-bundle.tar shell> tar xvf mysql-5. 【mysql】 【LOG】 【shell】 【centos】 【rpm】 【Server】 【cto】 【Blog】 …[获取更多] Nov 08 2017 分布式监控报警平台Centreon之:Centreon安装(2) Posted by mysql-云栖社区 on Wed 08 Nov 2017 06:42 UTC Tags: sql, log, Nagios, grant, MySQL, 数据库, 日志, 分布式, 配置, 模块 上接http://ixdba.blog.51cto.com/2895551/1578987:分布式监控报警平台Centreon之:Centreon安装(1) 图20指定管理引擎对应的信息 点击"Next",进入下一步,如图21所示。 【分布式】 【mysql】 【Nagios】 【SQL】 【日志】 【LOG】 【模块】 …[获取更多] Nov 08 2017 mysql备份单实例(一)shell Posted by mysql-云栖社区 on Wed 08 Nov 2017 06:25 UTC Tags: innodb, db, log, shell, 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 42 43 44 45 46 47 48 49 50 51 52 ... 【mysql】 【innodb】 【LOG】 【shell】 【DB】 【脚本】 点击查看原文> Nov 08 2017 mysql日志 Posted by mysql-云栖社区 on Wed 08 Nov 2017 05:54 UTC Tags: log, transaction, mariadb, MySQL, 日志, 服务器, 线程, 架构 mariaDB的日志: 查询日志:query log 慢查询日志:slow query log 错误日志:error log 二进制日志:binary log 中继日志:reley log 事务日志:transaction log selectsetONOFF3. 【架构】 【服务器】 【mysql】 【日志】 【LOG】 【线程】 【Mariadb】 …[获取更多] 表示 进入内容 631 去 640 的 924 « 先前的 10 新的记录 | 下一步 10 较早的记录 » 最热门的前20位作者 約翰·史密斯 (1) Oracle MySQL Blogs Oracle's MySQL Blog (27) MySQL 其他链接 MySQL Downloads MySQL Docs MySQL Bugs MySQL Forums