一、安装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
MYSQL(mariadb) 方法1:yum安装mariadb 相关命令 启动后正常使用mysql 方法2:官网下载mysql-server包(rpm) 初始化mysql 确保mariadb服务器启动后,执行命令初始化 初始化mysql mysql基本命令 生产环境里不会死磕root用户,为了数据库 ...
分类:
数据库 时间:
2018-10-19 00:18:13
阅读次数:
206
下载mysql并检查MD5[root@hadoop-01~]#cd/usr/local[root@hadoop-01local]#wgethttps://downloads.mariadb.com/archives/mysql-5.6/mysql-5.6.23-linux-glibc2.5-x86_64.tar.gz[root@hadoop-01local]#wgethttps://downloa
分类:
数据库 时间:
2018-10-18 19:20:04
阅读次数:
201