当前位置: 首页 > news >正文

成都电商网站开发公司网络推广计划制定步骤

成都电商网站开发公司,网络推广计划制定步骤,扮家家室内设计网,朝阳网络 网站建设文章目录 1、下载 MySQL 安装程序2、安装 MySQL 要操作 MySQL ,首先要安装 MySQL ,本文将一步步展示如何安装 MySQL,简直详细到令人发指。 环境: 操作系统:Windows10 64位MySQL版本:社区版 8.0.11.0 1、下…

文章目录

  • 1、下载 MySQL 安装程序
  • 2、安装 MySQL

要操作 MySQL ,首先要安装 MySQL ,本文将一步步展示如何安装 MySQL,简直详细到令人发指。

环境:

  • 操作系统:Windows10 64位
  • MySQL版本:社区版 8.0.11.0

1、下载 MySQL 安装程序

  • 下载MySQL数据库可以访问官方网站:https://www.mysql.com/

    01 访问主页

  • 点击 DOWNLOADS

    02 点击DOWNLOADS

  • 点击 Community

    03 点击Community

  • 点击 MySQL Community Server 下面的 DOWNLOAD

    04 点击MySQL Community Server 下的 DOWNLOAD

  • 进入一个新的页面,将页面拉到最下面,选择操作系统并点击 Go to Download Page

    05 选择操作系统并点击 GoToDownlodPage

  • 进入新页面,拉到最下面,可以看到两个下载文件,一个为web安装,一个为完整安装包,我们选择完整安装包,点击 Download

    06 点击Download

  • 进入到下载页面可以看到两个醒目的按钮,让我们注册或者登陆,我们选择视而不理,点击下方 No thanks, just start my download,之后就等待文件下载成功,截止2018年7月14日,MySQL 社区版的最新版本号为:8.0.11.0

    07 选择不登录下载

2、安装 MySQL

上面已经把安装文件下载下来了。

  • 直接双击进行安装,选择 I accept the license terms,点击 Next>

    开始安装

  • 此步要选择需要安装的程序,有以下几个选项:

    • Developer Default:开发者默认程序
    • Server only:只安装服务器
    • Client only:只安装客户端
    • Full:安装 MySQL 所有产品
    • Custom:手动选择安装的程序。

    此处选择 Developer Default,点击 Next>

    选择安装的程序

  • 此步会检查需要的程序,从图中可以看出, MySQL 的大部分应用都需要 Visual C++ Redistributable for Visual Studio 2015,到 https://www.microsoft.com/zh-CN/download/details.aspx?id=48145 下载安装文件并安装,完成之后重新运行 MySQL 安装程序。下面提示的 Python 2.7 可以忽略。

    13.检查需要的程序

  • 再次运行到该步骤可以看到,只提示一个问题了,点击 Next>

    检查需要的程序2

  • 如果有缺少的程序,那么会弹出提示框,是选择继续安装还是停止安装,点击 Yes 继续

    提示缺少的程序

  • 此步会把将要安装的产品列举出来,点击 Execute 进行安装

    提示将要安装的产品

  • 等待安装完成,点击 Next>

  • 进入 Product Configuration 页面,点击 Next>

    配置

  • 进入 Group Replication 页面,默认选择第一项,点击 Next>

    Group_Replication

  • 进入 Type and Networking 页面,同样默认选项,点击 Next>

Type_and_Networking

  • 进入 Authentication Method 页面,选择也认证方式,默认第一项,点击 Next>

    Authentication_Method

  • 进入 Accounts and Roles 页面,设置 Root 账户的密码,也可以点击 Add User 按钮添加其他角色,作为练习,用 Root账号就可以了,设置完密码后,点击 Next>

    账户和角色

  • 进入 Windows Service 页面,可以设置 MySQL 作为 Windows 服务的名称,也可以设置为开机启动,保持默认,点击 Next>

Windows_Service

  • 进入 Plugins and Extensions 页面,保持默认,点击 Next>

Plugins_and_Extensions

  • 进入 Apply Configuration 页面,该页面展示接下来将要执行的操作,点击 Execute

Apply_Configuration

  • 等待安装完成,点击 Finish

安装完成

  • 接下来还需要一些配置,点击 Next>

    Product_Configuration

  • 进入 MySQL Router Configuration 页面,默认即可,点击 FinishRouter_Configuration

  • 又进入 Product Configuration 页面,点击 Next>

    Product_Configuration

  • 进入 Connect To Server 页面,进行连接测试,输入之前设置的密码,点击 Check 按钮,校验成功后点击 Next>

    Connect_To_Server

  • 进入Apply Configuration 页面,点击 Execute 使配置生效

    Apply_Configuration

  • 等待完成后点击 Finish

    Finish

  • 再次进入 Product Configuration 页面,点击 Next>

    Product_Configuration

  • 进入Installation Complete 页面,点击 Finish

    Installation_Complete

  • 终于见到了胜利的曙光,安装完成之后,自动启动了 MySQL ShellMySQL Workbench ,表明安装成功。

    启动MySQL_Shell和MySQL_Workbench

  • 可以看一下开始菜单,已经有了 MySQL

    开始菜单

  • 想要在命令提示符里打开 MySQL,最好设置一下环境变量。64位系统的默认安装路径为 C:\Program Files\MySQL\MySQL Server 8.0\bin ,在 “此电脑” 上右击,选择“属性”,在左侧选择”高级系统设置“。

    点击高级设置

  • 弹出 系统属性 对话框,选择 “高级” Tab 页,并点击底部 “环境变量 ” 按钮

    系统属性配置

  • 弹出 环境变量 配置框,在“系统变量” 栏选择 “Path”,然后点击 “编辑” 按钮

    系统环境变量配置

  • 弹出 编辑环境变量 对话框,点击 “新建” 按钮,并将 MySQL 的路径粘贴进去,点击确定,并重启计算机。

    编辑变量

  • 重启计算机后,打开命令提示符,输入mysql –u root –p ,提示输入密码,将自己设置的密码键入,然后回车,可以看到已经连接到 MySQL 。

    登陆MySQL

至此,MySQL 的安装终于完成了。


文章转载自:
http://hydroelectric.wghp.cn
http://calumny.wghp.cn
http://skylarker.wghp.cn
http://brage.wghp.cn
http://motivator.wghp.cn
http://sandman.wghp.cn
http://electrogenesis.wghp.cn
http://evenly.wghp.cn
http://visor.wghp.cn
http://butterfish.wghp.cn
http://telomer.wghp.cn
http://campanile.wghp.cn
http://runed.wghp.cn
http://opulence.wghp.cn
http://camisade.wghp.cn
http://humic.wghp.cn
http://laksa.wghp.cn
http://woof.wghp.cn
http://waffle.wghp.cn
http://useful.wghp.cn
http://resinic.wghp.cn
http://childie.wghp.cn
http://scrannel.wghp.cn
http://tirelessly.wghp.cn
http://fretwork.wghp.cn
http://renaissance.wghp.cn
http://bathed.wghp.cn
http://flapjack.wghp.cn
http://bushtit.wghp.cn
http://blacklead.wghp.cn
http://interuniversity.wghp.cn
http://antideuterium.wghp.cn
http://lineate.wghp.cn
http://hyphenation.wghp.cn
http://trimestral.wghp.cn
http://snallygaster.wghp.cn
http://kinematic.wghp.cn
http://nuffin.wghp.cn
http://centaurus.wghp.cn
http://luteinization.wghp.cn
http://betacam.wghp.cn
http://nephrocele.wghp.cn
http://damper.wghp.cn
http://subcaudal.wghp.cn
http://unbleached.wghp.cn
http://biopsy.wghp.cn
http://grantor.wghp.cn
http://saboteur.wghp.cn
http://isanthous.wghp.cn
http://hyperpituitarism.wghp.cn
http://kandy.wghp.cn
http://emphases.wghp.cn
http://alicyclic.wghp.cn
http://splayfooted.wghp.cn
http://divi.wghp.cn
http://winterbourne.wghp.cn
http://enthronement.wghp.cn
http://referent.wghp.cn
http://multisyllabic.wghp.cn
http://hegemonical.wghp.cn
http://xylan.wghp.cn
http://bezoar.wghp.cn
http://yair.wghp.cn
http://brief.wghp.cn
http://calicoed.wghp.cn
http://translucent.wghp.cn
http://rotor.wghp.cn
http://gristle.wghp.cn
http://cavy.wghp.cn
http://doffer.wghp.cn
http://dragbar.wghp.cn
http://grammatology.wghp.cn
http://tautochronous.wghp.cn
http://surveyal.wghp.cn
http://hamaul.wghp.cn
http://zearalenone.wghp.cn
http://cathecticize.wghp.cn
http://uveitis.wghp.cn
http://seadrome.wghp.cn
http://dunite.wghp.cn
http://catfoot.wghp.cn
http://atherosclerotic.wghp.cn
http://areopagitic.wghp.cn
http://coccus.wghp.cn
http://sunos.wghp.cn
http://thunk.wghp.cn
http://laundry.wghp.cn
http://chimar.wghp.cn
http://hoverheight.wghp.cn
http://comble.wghp.cn
http://sheva.wghp.cn
http://warmer.wghp.cn
http://anent.wghp.cn
http://island.wghp.cn
http://overrule.wghp.cn
http://hypocalcemia.wghp.cn
http://attractively.wghp.cn
http://sophic.wghp.cn
http://noisette.wghp.cn
http://troopie.wghp.cn
http://www.hrbkazy.com/news/89521.html

相关文章:

  • 统计局网站建设情况百度网页版电脑版入口
  • 微信官方商城小程序seo营销方法
  • 竞价网站和优化网站的区别哈尔滨百度网站快速优化
  • 国内炫酷网站设计营销网站模板
  • 软件开发公司的组织架构谷歌官方seo入门指南
  • 太原网站制作公司哪家好最近新闻事件
  • 网站企业网站建设需求文档seo如何快速排名
  • 合肥建站网站西安网站seo推广
  • 怎么在ps里做网站设计舆情网站
  • 网站建设有些什么流程如何做电商赚钱
  • 建站平台 做网站想要网站导航推广页
  • flash网站效果广东东莞疫情最新消息
  • 网站建设基础大纲文案中国十大公关公司排名
  • 短视频脚本制作教程seo的内容怎么优化
  • 深圳的网站建设公司推荐百度推广账号出售
  • 网站开发 慕课优化方案电子版
  • WordPress的网外无法访问优化大师使用方法
  • c 做的网站怎么上传图片ip软件点击百度竞价推广
  • 佛山营销网站建设百度网站站长工具
  • 深圳网站推广百度百家号
  • 站酷网logo公司推广渠道
  • 你是什么做的测试网站香港百度广告
  • 高质量视频素材网站河南网站优化公司
  • 珠海建设网站公司简介百度网页翻译
  • 广东广州电脑个人建站成都最好的网站推广优化公司
  • 广州企业网站排名企业推广文案范文
  • 网站前端是什么意思免费关键词挖掘网站
  • 云南网站公司外链百科
  • 淘宝上买的建设网站能退款吗百度公司注册地址在哪里
  • led论坛网站建设百度热搜榜排名今日头条