ICode9

精准搜索请尝试: 精确搜索
  • Centos7环境下yum方式安装MySQL2022-02-24 23:02:47

    1、下载和配置MySQL Yum 存储库 [root@localhost ~]# uname -a ①查询系统信息,如下命令uname -a,基于el7的64位系统 ②点击链接此处下载MySQL Yum源,下载哪个版本根据上面查询的系统信息确定 ③添加MySQL Yum源 首先将上述步骤下载的rpm包放到指定目录,这里我在/usr/local/

  • 微信小程序 订阅消息2022-02-23 23:03:22

    内容很简单,已经有大神解答了~废话不多说上链接:https://developers.weixin.qq.com/community/develop/article/doc/000aee5bfc0af070052de1fc156413

  • CentOS7 完全卸载yum 安装 mysql2022-02-20 02:31:43

    CentOS7 完全卸载yum 安装 mysql 检查 rpm 包 rpm -qa |grep -i mysql # 运行结果 mysql-community-libs-5.7.37-1.el7.x86_64 mysql57-community-release-el7-10.noarch mysql-community-server-5.7.37-1.el7.x86_64 mysql-community-common-5.7.37-1.el7.x86_64 mysql-communi

  • centos7安装mysql2022-02-17 14:34:42

    mysql安装过程 [root@weikeu ~]# wget https://dev.mysql.com/get/mysql57-community-release-el7-11.noarch.rpm [root@weikeu ~]# yum localinstall mysql57-community-release-el7-11.noarch.rpm [root@weikeu ~]# yum repolist enabled | grep "mysql.*-community.*&q

  • Liunx 上卸载Mysql 8.02022-02-17 14:32:28

    1.查看服务状态 service mysqld status 2.停止服务 service mysqld stop 3.rpm软件包 3.1查询 rpm -qa|grep -i mysql 3.2删除 rpm -ev mysql-community-client-8.0.28-1.el7.x86_64//如果出现依赖检测失败,添加--nodepsrpm -ev mysql-community-client-8.0.28-1.el7.x86_6

  • Linux 安装 mysql 5.72022-02-17 14:32:05

    # 下载并安装yum源 wget http://dev.mysql.com/get/mysql57-community-release-el7-7.noarch.rpm yum localinstall mysql57-community-release-el7-7.noarch.rpm -y # 因为密钥的问题,会导致无法安装,需要关闭 sed -i 's/gpgcheck=1/gpgcheck=0/g' /etc/yum.repos.d/mysql-communi

  • 06-kube-prometheus-stack2022-02-10 10:03:25

    安装 # 下载yaml # [下载](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack) # 镜像下载 ``` docker login --username=xxxx registry.cn-shanghai.aliyuncs.com docker pull registry.cn-shanghai.aliyuncs.com/docker-liuqi/k

  • 【Python】上海小区数据爬取和清洗(安居客、链家和房天下)2022-02-06 14:03:15

    一、前言:安居客、链家和房天下是目前网上可以获取小区数据较为精准的网站,之前已经发过链家和房天下的部分区域(仅浦东)获取攻略。这次因为工作原因,需要获取整个上海的所有小区数据(仅别墅和住宅),所以过年这几天在不断的数据分析、获取、清洗和验证。特此记录一下,也把代码和各位分享。

  • YUM安装_1.MySQL2022-02-05 09:31:57

    [root@wg ~]# vi /etc/yum.repos.d/mysql-community.repo | [mysql57-community] | name=MySQL 5.7 Community Server | baseurl=http://repo.mysql.com/yum/mysql-5.7-community/el/7/$basearch/ | enabled=1 | gpgcheck=0 | gpgkey=file:////etc/pki/rpm-gpg/RPM-GPG-KEY-my

  • MySQL 5.7安装2022-02-03 17:34:28

    1.执行以下命令,下载并安装MySQL官方的Yum Repository wget http://dev.mysql.com/get/mysql57-community-release-el7-10.noarch.rpm yum -y install mysql57-community-release-el7-10.noarch.rpm yum -y install mysql-community-server 此时,可能会出现如下错误:   编辑文

  • Linux 安装和初步配置 mysql2022-02-02 20:32:28

    安装 centos 8 sudo dnf install mysql-server sudo systemctl start mysqld.service sudo systemctl enable mysqld.service sudo systemctl status mysqld.service mysqladmin -u root -p version opensuse wget -c https://repo.mysql.com//mysql80-community-release-s

  • yum install mysql-community-server rpm方式安装mysql(社区版)2022-01-30 21:04:56

    查看操作系统版本[root@fp-web-118 local]# cat /etc/redhat-release CentOS Linux release 7.2.1511 (Core)安装之前需要检查一下机器上是否有mysql.    执行安装命令[root@fp-web-118 local]# yum install mysql-community-serverLoaded plugins: fastestmirror, langpacksDe

  • Linux(CentOS7)yum安装/卸载MySql数据库(V5.7)详细操作图解&常见问题2022-01-28 13:03:30

    演示环境说明 操作系统:CentOS7 【 192.168.65.116 】 mysql版本:V5.7 各个历史版本下载:https://downloads.mysql.com/archives/community/ 最新版本下载地址:https://dev.mysql.com/downloads/mysql/ 百度网盘下载地址:https://pan.baidu.com/s/1TugqavLcQoLc4miZEFE5rw 提取码:z

  • Linux下MySQL(8.0.18)的安装2022-01-27 15:35:13

    1、安装包 链接:https://pan.baidu.com/s/1ZqMtOfwaImmQkhW7pH3Bzw 提取码:tgjd 2、安装 1、解压安装包 [root@zhixi opt]# tar -xvf mysql-8.0.18-1.el7.x86_64.rpm-bundle.tar [root@zhixi opt]# ls mysql-8.0.18-1.el7.x86_64.rpm-bundle.tar mysql-community

  • MySQL介绍和安装2022-01-27 06:33:28

    二、MySQL介绍和安装 1 介绍 MySQL 数据库隶属于 MySQL AB 公司,总部位于瑞典,后被 Oracle 收购。 官方网站:https://www.mysql.com/ 2 优点 成本低:开放源代码,一般可以免费使用。 性能高:执行很快。 简单:很容易安装和使用。 3 MySQL的版本 社区版(免费) 企业版(收费) 作为学

  • Dapr+Net6 服务调用09:集群指标收集-普罗米修斯2022-01-26 16:59:34

    1. 请参考上一篇文章创建基础工程 Dapr+Net6 服务调用04:集群负载均衡(k8s) 2. 架构分析 Dapr sidecar 公开指标收集终结点,Prometheus等收集器可通过此端点抓取指标。 3. 创建用于monitor的命名空间 kubectl create namespace dapr-monitoring 4. 安装普罗米修斯到集群 helm

  • mysql安装文档2022-01-23 18:02:10

    准备工作 关闭防火墙 # 停止firewall systemctl stop firewalld.service # 禁止firewall开机启动 systemctl disable firewalld.service # 查看防火墙状态 systemctl status firewalld.service 修改主机名 # 修改主机名 vim /etc/hostname # 查看主机名 hostname 配置静态IP(和

  • 下载2022-01-20 17:34:36

    下载 下载地址 https://www.mongodb.com/try/download/community 选择社区免费版本 mongoDB Community Server

  • mysql-installer-community-8.0.12.0的安装2022-01-19 20:35:00

    一:下载mysql-installer-community-8.0.12.0.msi 下载链接:https://dev.mysql.com/downloads/file/?id=479862 二:安装mysql-installer-community-8.0.12.0.msi 1.点击安装包进入安装页面,选中I accept the license terms     2.一直点击next,遇到此页面,点击yes,然后点击execute,等待

  • linux离线安装mysql2022-01-19 16:36:30

    1.判断系统是多少位的 file /sbin/init 2.下载linux安装包      5.7.25.64位安装包     链接:https://pan.baidu.com/s/13vFuRikwJaI96K0AmUQXzg    提取码:ga7h   其他版本安装 去官网下载:https://dev.mysql.com/downloads/mysql/ 3.创建mysql文件夹   mkdir /

  • CentOS7安装MySQL5.72022-01-18 13:33:51

          CentOS7安装MySQL5.7   下载链接(指下载mysql源安装包)   wget http://dev.mysql.com/get/mysql57-community-release-el7-9.noarch.rpm   然后用yum安装mysql源 yum localinstall mysql57-community-release-el7-9.noarch.rpm 切换至这个目录cd etc/yum.repos.d/

  • PHP7.2和MySQL5.7安装的关键点记录2022-01-13 20:01:30

    php 7.2 安装 rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm yum remove php* yum -y install php72w php72w-cli php72w-common php72w-devel php72w-embedded php

  • vue3中使用 ag-grid 表格组件2022-01-12 17:32:42

    安装:  cnpm install ag-grid-vue3 ag-grid-community vue-class-component@next   使用: // //引入样式文件 // import 'ag-grid-enterprise'; import "ag-grid-community/dist/styles/ag-grid.css"; import "ag-grid-community/dist/styles/ag-theme-alpine

  • How to grow decentralized communities2022-01-11 14:35:11

    https://medium.com/1kxnetwork/how-to-grow-decentralized-communities-1bf1044924f8 Decentralized organizations enable work to be distributed to the community members instead of being entirely driven by top-down decision making hierarchies. While tokens f

  • Centos7安装Mysql报错:postfix-2.10.1-9.el7.x86_64需要:libmysqlclient.so.182022-01-10 22:30:37

    Centos7使用命令安装Mysql时 rpm -ivh mysql57-community-release-el5-7.noarch.rpm 可能会出现如下报错: ---> 软件包 mysql-community-client.x86_64.0.5.7.18-1.el5 将被 安装 --> 解决依赖关系完成 错误:软件包:2:postfix-2.10.1-9.el7.x86_64 (@anaconda) 需要:l

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有