表示 进入内容 431 去 440 的 562 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Displaying posts with tag: rpm (reset) Nov 01 2017 Centos7.0以上安装nginx+php7.0+mysql5.7+redis3作为开发php环境 Posted by mysql-云栖社区 on Wed 01 Nov 2017 07:35 UTC Tags: PHP, rpm, index, Nginx, log, yum, file, redis, MySQL, 配置, 脚本 CentOS 7 biuld 1611最小化安装@VMware Redis 3.2.8 安装步骤: #安装gcc yum -y install gcc #下载redis curl -O http://download. 【nginx】 【php】 【redis】 【mysql】 【LOG】 【yum】 【配置】 【rpm】 …[获取更多] Nov 01 2017 ansible安装drbd+nfs+keepalived Posted by mysql-云栖社区 on Wed 01 Nov 2017 04:26 UTC Tags: rpm, shell, nfs, MySQL, 配置, 脚本 ansible管理机:192.168.8.35 名称:kick tomcat主机: 192.168.8.234,192.168.8.235 VIP : 192.168.8.100 系统版本: Centos7. 【mysql】 【shell】 【配置】 【rpm】 【脚本】 【NFS】 点击查看原文> Oct 31 2017 centos7安装redmine3,并升级redmine1.8到3 Posted by mysql-云栖社区 on Tue 31 Oct 2017 16:44 UTC Tags: database, rpm, ruby, index, Nginx, yum, server, MySQL, 数据库, 配置 1.安装mysql 1 2 3 4 wget http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm rpm -ivh mysql-community-release-el7-5. 【nginx】 【mysql】 【数据库】 【yum】 【配置】 【rpm】 【Server】 【ruby】 …[获取更多] Oct 31 2017 mysql 主从复制 Posted by mysql-云栖社区 on Tue 31 Oct 2017 13:12 UTC Tags: rpm, varchar, test, MySQL, 数据库, 同步, 日志, 配置, 服务器, 线程 ################# ### mysql 主从复制 ### ################# 1、MySQL 主从复制基本工作原理 : 主服务器将改变记录记录到她的二进制日志中,从服务器将主服务器的二进制日志复制到它的中级日志中去,然后通过中级日志改变它的数据,这样就实现了主从复制。 【服务器】 【mysql】 【日志】 【线程】 【数据库】 【配置】 …[获取更多] Oct 31 2017 Linux软件安装-详细源码安装过程 Posted by mysql-云栖社区 on Tue 31 Oct 2017 12:35 UTC Tags: Linux, rpm, Nginx, yum, PATH, file, MySQL, 配置, 源码, 脚本 1.简介 软件的安装是linux学习时的重中之重,*nux上重要思维哲 学组合若干小功能进而成为一个可用可维护的系统平台.那么在 操作系统构建完成之时,除非内核等支持系统必需软件之外,可 拓展可维护的任务都是要交与管理员完成,这里面包括了基本的 软件安装. 【nginx】 【linux】 【mysql】 【源码】 【path】 【yum】 …[获取更多] Oct 30 2017 RPM格式安装MySql-5.6.30 数据库 Posted by mysql-云栖社区 on Mon 30 Oct 2017 08:43 UTC Tags: rpm, update, MySQL, 数据库, 配置, 脚本 操作系统CentOS6.7 64位 软件包:MySQL-5.6.30-1.linux_glibc2.5.x86_64.rpm-bundle.tar 先用ssh远程传输到Linux系统上(二进制方式传输) 在/usr/local下创建mysql目录将MySQL-5. 【mysql】 【数据库】 【配置】 【rpm】 【脚本】 【update】 点击查看原文> Oct 30 2017 mysql数据库详解 Posted by mysql-云栖社区 on Mon 30 Oct 2017 06:46 UTC Tags: rpm, server, MySQL, 数据库, 配置, 服务器 IO理论知识 同步、异步、阻塞、非阻塞 同步:系统调用一个函数、并不会立即完成而是等待外部调用工作完成后才结束。 阻塞:系统调用一个功能,同样不会立即完成,并等待io完成,直到io完成才结束。 非阻塞:系统调用一个功能,并很快返回一个未完成的状态结果,并定期轮询查看进程执行情况,称为非阻塞。 【服务器】 【mysql】 【数据库】 【配置】 【rpm】 …[获取更多] 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 22 2017 CentOS7安装与配置Zabbix Posted by mysql-云栖社区 on Sun 22 Oct 2017 14:21 UTC Tags: PHP, rpm, vim, Redhat, zabbix, yum, wget, grant, MySQL, 数据库, create, centos7, 配置 安装与配置Zabbix 【php】 【mysql】 【zabbix】 【数据库】 【yum】 【配置】 【rpm】 【grant】 【Create】 …[获取更多] Oct 20 2017 关于linux下的mysql配置流程以及项目发布的流程 Posted by mysql-云栖社区 on Fri 20 Oct 2017 11:41 UTC Tags: Java, Windows, Linux, rpm, centos, yum, PATH, FTP, tomcat, MySQL, 配置, 服务器 -rw-r--r-- 第 1 位:文件的类型 -:是文件 d:是文件夹 l:是链接,类似 windows 中的快捷方式 接下来的 9 位,以三位为一组,表示了文件的权限。 三组分别是: 属主,创建人操作权限 同组人的权限 ... 【linux】 【java】 【服务器】 【mysql】 【windows】 【path】 【yum】 …[获取更多] 表示 进入内容 431 去 440 的 562 « 先前的 10 新的记录 | 下一步 10 较早的记录 » 最热门的前20位作者 約翰·史密斯 (2) Oracle MySQL Blogs Oracle's MySQL Blog (42) MySQL 其他链接 MySQL Downloads MySQL Docs MySQL Bugs MySQL Forums