1.先查看centos7.3自带的数据库mariadb 命令:rpm -qa|grep mariadb 如果有请卸载 rpm -e (mariadb版本) --nodeps 2.去MySQL官方下载rpm安装包(地址) 3.将安装包上传到服务器 4.进行解压 命令:tar -xvf 安装包名 5.按 ...
分类:
数据库 时间:
2018-05-19 18:43:40
阅读次数:
226
Zabbix硬件需求:一、Mariadb数据库部署:1.安装Mariadb数据库:?yum install mariadb-server -ysystemctl start mariadb.service systemctl enable mariadb.service systemctl status mariadb.service?mysqladmin -u root -p
分类:
其他好文 时间:
2018-05-19 17:01:47
阅读次数:
165
rewrite ^([^\.]*)/topic-(.+)\.html$ $1/portal.php?mod=topic&topic=$2 last; rewrite ^([^\.]*)/article-([0-9]+)-([0-9]+)\.html$ $1/portal.php?mod=view&a... ...
分类:
Web程序 时间:
2018-05-19 15:49:43
阅读次数:
259
centos7 install lnmp yum install epel-releaseyum install php php-fpm nginx mariadb-devel mariadb-server mariadb test php 模块 vim /etc/nginx/nginx.confn ...
分类:
其他好文 时间:
2018-05-18 23:31:31
阅读次数:
163
项目要求:(1)使用samba和NFS分别共享/data目录;(2)让samba客户端和NFS客户端分别挂载samba服务器上共享的/data/至本地的/mydata目录;本地的mysqld或mariadb服务的数据目录设置为/mydata,要求服务能正常启动,且可正常存储数据;centos6作为服务器端的操作创建/data目录`mkdir/data``chmod775/data``chgrpmy
分类:
数据库 时间:
2018-05-18 21:19:57
阅读次数:
153
一、使用NFS服务实现远程数据库存储NFS服务需要使用nfs-utils程序,所以首先要安装该程序包;(yuminstall-ynfs-utils)此处我以两台分别为Centos6.9和Centos7.4的虚拟机实现该实验过程;Centos6.9作为服务器端,Centos7.4作为客户端;首先:在Centos6.9服务器上安装好nfs-utils程序包,启动该服务;第二步:我们修改NFS的配置文件
分类:
数据库 时间:
2018-05-17 23:24:23
阅读次数:
272
转载 http://blog.sina.com.cn/s/blog_6306496a0101j5t6.html 康盛 UCenter /data/config.inc.phpDiscuz! /config.inc.phpUCH /config.php 帝国CMS /e/class/config.ph ...
分类:
数据库 时间:
2018-05-17 13:56:59
阅读次数:
252
Discuz API&JSON 适用于IOS及Android移动端开发 https://blog.csdn.net/CUIroot/article/details/68949212 ...
分类:
Web程序 时间:
2018-05-17 13:44:30
阅读次数:
182
(1)apache介绍 (2)lamp环境安装 1.关闭防火墙和selinux 2.安装和启动apache 3.安装php 4.安装mariadb 5.测试apache和php http://192.168.1.2 6.测试php和mariadb http://192.168.1.2 7.apach ...
分类:
Web程序 时间:
2018-05-17 12:04:51
阅读次数:
328