一. 创建用户 命令: 说明: username:你将创建的用户名 host:指定该用户在哪个主机上可以登陆,如果是本地用户可用localhost,如果想让该用户可以从任意远程主机登陆,可以使用通配符% password:该用户的登陆密码,密码可以为空,如果为空则该用户可以不需要密码登陆服务器 例子 ...
分类:
数据库 时间:
2018-10-25 15:47:16
阅读次数:
182
基于php-fpm模式的lamp搭建phpmyadmin 一:准备工作 在一台初始化的linux服务器上安装 httpd php-fpm php-mysql mariadb-server 1:修改数据库文件防止认证时进行域名解析() 2:关闭防火墙 3:修改php-fpm配置文件,将监听端口ip改为 ...
分类:
Web程序 时间:
2018-10-24 22:18:18
阅读次数:
243
一、安装MySQL 1、下载安装包 mysql-5.6.40-linux-glibc2.12-x86_64.tar.gz 2、卸载系统自带的Mariadb rpm -qa|grep mariadb //查询已安装的mariadb rpm -e --nodeps 文件名 //卸载,文件名为使用rpm ...
分类:
数据库 时间:
2018-10-23 20:41:09
阅读次数:
318
https://downloads.mariadb.org/mariadb/repositories/#mirror=neusoft&distro=Ubuntu&distro_release=bionic--ubuntu_bionic&version=10.3 以下是从Ubuntu系统上的Ubunt ...
分类:
数据库 时间:
2018-10-23 15:44:24
阅读次数:
299
学了前面的Linux基础,想必童鞋们是不是更感兴趣了?接下来就学习常用服务部署吧! 安装环境: centos7 + vmware + xshell 即将登场的是: mysql(mariadb) redis python nginx saltstack MYSQL(mariadb) 点我就能找到mys ...
分类:
系统相关 时间:
2018-10-21 17:49:32
阅读次数:
247
Here are the commands to run to install MariaDB 10.2 from the MariaDB repository on your Ubuntu system: Once the key is imported and the repository ad ...
分类:
数据库 时间:
2018-10-21 10:15:07
阅读次数:
229
1、安装mysql>>>yum -y install mariadb mariadb-server 给root用户设置密码 >>>mysqladmin -uroot password "pwd123" >>>grant all privileges on *.* to 'root'@'localho ...
分类:
其他好文 时间:
2018-10-20 16:15:42
阅读次数:
155
mariadb配置文件中添加max_connections=3000后,登陆系统查看: MariaDB [(none)]> show global variables like '%max_conn%';+ + +| Variable_name | Value |+ + +| extra_max_c ...
分类:
数据库 时间:
2018-10-19 15:15:17
阅读次数:
188
+ yum groupinstall "Development Tools" + yum install php mysqli php mbstring php mcrypt + yum install mariadb mariadb server + yum install httpd httpd ...
分类:
Web程序 时间:
2018-10-19 10:15:47
阅读次数:
201
环境搭建在CenOS7.X里面部署Zabbix最好先搭建好环境,我这里使用的是PHP+MariaDB+httpd部署的。部署PHP环境:yuminstall-yphpphp-php-fpm修改PHP参数以安装ZABBIX的安装需求:date.timezone=Asia/Shanghaimax_execution_time=300post_max_size=32Mmax_input_time=300
分类:
其他好文 时间:
2018-10-19 00:21:35
阅读次数:
238