码迷,mamicode.com
首页 >  
搜索关键字:linux mysql    ( 240159个结果
蓝鲸6.02双机部署文档
环境准备 0. 服务器环境 系统版本 IP 配置 主机名 CentOS Linux release 7.4.1708 192.168.1.183 8核32g 40G磁盘 node1 CentOS Linux release 7.4.1708 192.168.1.185 4核8g 40G磁盘 node ...
分类:其他好文   时间:2021-06-02 13:15:54    阅读次数:0
centos7:mysql主从同步
mysql主从同步 1.分别在两台服务器上安装mysql https://www.cnblogs.com/XueTing/p/13738709.html https://www.cnblogs.com/XueTing/p/13738709.html 2.master主服务器配置 2-1.修改配置文件 ...
分类:数据库   时间:2021-06-02 13:09:57    阅读次数:0
linux查看文件内容跳到文件底部和回到文件顶部的快捷键
有时候需要查看一些日志文件,然后要从底部开始查看的话 可以按 shift+g 即可跳到文件底部 要返回文件顶部的时候 按 gg即可 ...
分类:系统相关   时间:2021-06-02 13:09:42    阅读次数:0
二进制包安装MySQL5.7.29
还是5.7.29,还是CentOS 7 二进制包安装MySQL 一、下载 安装依赖包 yum install ncurses-devel.x86_64 libaio.x86_64 -y 下载MySQL二进制包 方法一:使用wget命令直接下载 wget https://downloads.mysql ...
分类:数据库   时间:2021-06-02 12:51:22    阅读次数:0
Checking out and building Chromium on Linux
Checking out and building Chromium on Linux https://chromium.googlesource.com/chromium/src/+/refs/heads/main/docs/linux/build_instructions.md ...
分类:系统相关   时间:2021-06-02 12:50:21    阅读次数:0
MySQL优化器-条件过滤(condition_fanout_filter)
MySQL在处理join查询时,遍历驱动表的记录,把驱动表的记录传递给被驱动表,然后根据join连接条件进行匹配。优化器通常会将更小的表作为驱动表,通过在驱动表上做额外的where条件过滤(Condition Filtering),能够将驱动表限制在一个更小的范围,以便优化器能够做出更优的执行计划。 ...
分类:数据库   时间:2021-06-02 12:48:15    阅读次数:0
Docker安装
一、环境 *centos7.6 二、安装步骤 *设置yum源 yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo yum-config-manager --add-repo htt ...
分类:其他好文   时间:2021-06-02 12:47:47    阅读次数:0
【MySQL】MySQL 8.0统计连续登录天数
如何在MySQL下查询连续的时间内登录的次数? 原文链接:http://www.oschina.net/question/573517_118821 首先建表,填充测试数据: CREATE TABLE `tmysql_test_lianxu_3` ( `id` int(11) NOT NULL AU ...
分类:数据库   时间:2021-06-02 12:47:05    阅读次数:0
MySQL常用命令记录
第一章 1.登录数据库系统 mysql –u root -p 2.查看已存在的数据库 SHOW DATABASES; 3.查看默认存储引擎 SHOW VARIABLES LIKE 'storage_engine'; 4.创建数据库 CREATE DATABASE school; 5.删除数据库 DR ...
分类:数据库   时间:2021-06-02 12:45:58    阅读次数:0
docker搭建weblogic环境
参考如下: Installing WebLogic 12.1.3 with Docker (easier) If you work on a Linux-based machine as your development environment and you aren't familiar wit ...
分类:Web程序   时间:2021-06-02 12:45:31    阅读次数:0
240159条   上一页 1 ... 66 67 68 69 70 ... 24016 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!