表示 进入内容 811 去 820 的 1078 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Displaying posts with tag: service (reset) Oct 31 2017 mycheckpoint Posted by mysql-云栖社区 on Tue 31 Oct 2017 03:47 UTC Tags: database, Python, yum, service, socket, MySQL, 数据库, 性能监控, 脚本 mycheckpoint 是针对mysql的一个性能监控、指标采集的python写成的工具。 mycheckpoint是一段脚本,通过将其设置为crontab定时任务,每几分钟采集一次数据(受限于crontab只能是分钟为基本单位)存储在自己的数据库中,并可以将采集的数据进行统计,以web页面的形式展现出来 实验环境 centos6. 【python】 【mysql】 【数据库】 【性能监控】 【yum】 …[获取更多] Oct 28 2017 MySQL 5.6搭建主从复制 Posted by mysql-云栖社区 on Sat 28 Oct 2017 00:40 UTC Tags: test, service, MySQL 使用MySQL 5.6,搭建主从复制。关于5.6的安装,可以参考《MySQL 5.6 rpm安装方法和碰见的问题》。 主库创建slave用户,设置复制权限, mysql> create user 'slave'@'1. 【mysql】 【test】 【service】 点击查看原文> Oct 24 2017 CentOS 7 yum MySQL数据库安装和配置 Posted by mysql-云栖社区 on Tue 24 Oct 2017 03:01 UTC Tags: rpm, centos, yum, mariadb, service, MySQL, 数据库, 配置, 远程连接, 系统环境 一、系统环境 查看系统版本 # cat /etc/redhat-release 1.png 二、安装mysql 一般步骤是如下: #yum install mysql 2-1. 【mysql】 【数据库】 【yum】 【配置】 【系统环境】 【centos】 【rpm】 【Mariadb】 …[获取更多] Oct 21 2017 [Openstack]使用devstack自己主动化安装 Posted by mysql-云栖社区 on Sat 21 Oct 2017 06:46 UTC Tags: ubuntu, git, github, service, OpenStack, swift, MySQL os环境为: ubuntu14.04 安装步骤: 更新系统软件包: sudo apt-get dist-upgrade #出现无法訪问到ubuntu官网的错误。 安装git: sudo apt-get install git 下载项目: git clone https://github. 【mysql】 【ubuntu】 【OpenStack】 【git】 【swift】 【service】 【github】 …[获取更多] Oct 19 2017 写给自己看的Linux运维基础(二) - Apache/MySQL. 安全设置. 定时任务 Posted by mysql-云栖社区 on Thu 19 Oct 2017 02:26 UTC Tags: html, Linux, Apache, db, yum, service, MySQL, 配置, 防火墙, 远程连接, input, 安全设置 本文使用环境为CentOS 6 Apache, PHP, MySQL等常用软件均可通过yum安装包获取 yum install httpd php mysql-server # mysql: 客户端; php-mysql: php connect; mysql-server: mysql服... 【linux】 【mysql】 【防火墙】 【Apache】 【yum】 【配置】 【DB】 …[获取更多] Oct 18 2017 【转载】mysql优化之主从复制与读写分离部署详细教程 Posted by mysql-云栖社区 on Wed 18 Oct 2017 14:29 UTC Tags: binlog, service, MySQL, 数据库, 日志, 配置, 服务器, 防火墙 读写分离与主从复制是提升mysql性能的重要及必要手段,大中型管理系统或网站必用之。一、什么是读写分离与主从复制 先看图 (图1 图片来源于网络) 如上图所示,当web server1/2/3要写入数据时,则向mysql db Master(主服务器)发出写入请求(即写入到master),如果要进入读操作时,则只向从服务器 mysql DB Slave1或2或3发出读取请求。 【服务器】 【mysql】 【防火墙】 【日志】 【数据库】 …[获取更多] Oct 17 2017 CentOS升级MySQL到5.5 Posted by mysql-云栖社区 on Tue 17 Oct 2017 02:23 UTC Tags: html, c#, rpm, centos, yum, service, MySQL, 兼容性 centOS的yum安装的MySQL是5.1版本,可通过官方的rpm包安装5.5版本 # 查看安装的相关项 rpm -qa|grep -i mysql # 停止服务 service mysqld stop # 卸载 yum remove mysql-* or rpm -e xxx # 下载MySQL5. 【mysql】 【yum】 【centos】 【rpm】 【c#】 【兼容性】 【html】 …[获取更多] Oct 16 2017 openstack中数据库连接数太多--pymysql.err.OperationalError,1040, u'Too many connections' Posted by mysql-云栖社区 on Mon 16 Oct 2017 14:33 UTC Tags: Linux, RAM, variables, mariadb, service, OpenStack, MySQL, 数据库, 配置, 服务器 1.出现问题: openstack运行过程中出现如下问题: OperationalError: (pymysql.err.OperationalError) (1040, u'Too many connections') DBConnectionError: (pymysql. 【linux】 【服务器】 【mysql】 【数据库】 【配置】 【RAM】 【OpenStack】 【Mariadb】 …[获取更多] Oct 14 2017 记载一次删除mysql的默认数据库mysql的过程 Posted by mysql-云栖社区 on Sat 14 Oct 2017 08:08 UTC Tags: Oracle, database, server, test, service, MySQL, 数据库 概述 今天终于尝到了什么叫删库跑路,妈的真的悲剧,早上想在树莓派里安装个wordpress,想放点街舞视频给大家分享一下,突然发现数据库里面还有一个以前的论坛数据库,我想删了把,反正没用,所以drop database mysql 开始我还没用发现,突然想到,wo... 【mysql】 【Oracle】 【数据库】 【Server】 【test】 【database】 …[获取更多] Oct 13 2017 忘记Mysql的root密码怎么办? Posted by mysql-云栖社区 on Fri 13 Oct 2017 10:19 UTC Tags: html, update, service, MySQL, 数据库, 配置 有时候忘掉了mysql的root密码,这种情况下,如何重置root的密码呢? 找到并编辑mysql的my.ini配置文件,在mysqld节点中添加上skip-grant-table. 如下: [mysqld] # These let you safely reset the lost root password. skip-grant-table 保存好修改,重启mysql服务。 【mysql】 【数据库】 【配置】 【update】 【html】 【service】 …[获取更多] 表示 进入内容 811 去 820 的 1078 « 先前的 10 新的记录 | 下一步 10 较早的记录 » 最热门的前20位作者 約翰·史密斯 (1) Oracle MySQL Blogs Oracle's MySQL Blog (44) MySQL 其他链接 MySQL Downloads MySQL Docs MySQL Bugs MySQL Forums