Beginning configuration step: Stopping the server

Stopping MySQL Server instance…
Found Windows service for the server instance. Stopping MySQL service…
MySQL service stopped successfully…
Ended configuration step: Stopping the server

Beginning configuration step: Writing configuration file

Saving my.ini configuration file…
Saved my.ini configuration file.
Ended configuration step: Writing configuration file

Beginning configuration step: Updating Windows Firewall rules

Adding a Windows Firewall rule for MySQL56 on port 3306.
Attempting to add a Windows Firewall rule with command: netsh.exe advfirewall firewall add rule name=“Port 3306” protocol=TCP localport=3306 dir=in action=allow
确定。

Successfully added the Windows Firewall rule.
Ended configuration step: Updating Windows Firewall rules

Beginning configuration step: Adjusting Windows service

Attempting to grant Network Service require filesystem permissions.
Granted permissions.
Adding new service
New service added
Ended configuration step: Adjusting Windows service

Beginning configuration step: Starting the server

Attempting to start service MySQL56…
Successfully started service MySQL56.
Waiting until a connection to MySQL Server 5.6.43 can be established (with a maximum of 10 attempts)…
Retry 1: Attempting to connect to Mysql@localhost:3306 with user root with no password…
MySQL error 1130: Host ‘L6N3OBG0WDJB2F2’ is not allowed to connect to this MySQL server
Waiting 5 seconds before the next connection attempt…
Retry 2: Attempting to connect to Mysql@localhost:3306 with user root with no password…
MySQL error 1130: Host ‘L6N3OBG0WDJB2F2’ is not allowed to connect to this MySQL server
Waiting 5 seconds before the next connection attempt…
Retry 3: Attempting to connect to Mysql@localhost:3306 with user root with no password…
MySQL error 1130: Host ‘L6N3OBG0WDJB2F2’ is not allowed to connect to this MySQL server
Waiting 5 seconds before the next connection attempt…
Retry 4: Attempting to connect to Mysql@localhost:3306 with user root with no password…
MySQL error 1130: Host ‘L6N3OBG0WDJB2F2’ is not allowed to connect to this MySQL server
Waiting 5 seconds before the next connection attempt…
Retry 5: Attempting to connect to Mysql@localhost:3306 with user root with no password…
MySQL error 1130: Host ‘L6N3OBG0WDJB2F2’ is not allowed to connect to this MySQL server
Waiting 5 seconds before the next connection attempt…
Retry 6: Attempting to connect to Mysql@localhost:3306 with user root with no password…
MySQL error 1130: Host ‘L6N3OBG0WDJB2F2’ is not allowed to connect to this MySQL server
Waiting 5 seconds before the next connection attempt…
Retry 7: Attempting to connect to Mysql@localhost:3306 with user root with no password…
MySQL error 1130: Host ‘L6N3OBG0WDJB2F2’ is not allowed to connect to this MySQL server
Waiting 5 seconds before the next connection attempt…
Retry 8: Attempting to connect to Mysql@localhost:3306 with user root with no password…
MySQL error 1130: Host ‘L6N3OBG0WDJB2F2’ is not allowed to connect to this MySQL server
Waiting 5 seconds before the next connection attempt…
Retry 9: Attempting to connect to Mysql@localhost:3306 with user root with no password…
MySQL error 1130: Host ‘L6N3OBG0WDJB2F2’ is not allowed to connect to this MySQL server
Waiting 5 seconds before the next connection attempt…
Retry 10: Attempting to connect to Mysql@localhost:3306 with user root with no password…
MySQL error 1130: Host ‘L6N3OBG0WDJB2F2’ is not allowed to connect to this MySQL server
Failed to connect to MySQL Server 5.6.43 after 10 attempts.
Ended configuration step: Starting the server

服务打开了
求大佬帮看看哪里有问题 看了各种博客试了又试还是不行。。。。。

MySql安装 Staring the server出错相关推荐

  1. MySQl 安装失败 Starting Server启动失败,发生系统错误 1067, 进程意外终止. 解决方法...

    今天尝试了一下安装MySQL,免安装版,配置好之后发现一只提示错误: 系统出错, 发生系统错误 1067,  进程意外终止. 一下是我找到的解决方法(解决不了我的问题): ※ 关于MySQL的1067 ...

  2. mysql数据实时同步:Canal安装部署、kafka安装、zk安装、mysql安装、Canal Server+Canal Client HA,Canal+mysql+Kafka,相关验证(学习笔记)

    目录 Canal安装部署 1.1. 服务器准备 1.2. 设置主机名并配置hosts 1.3. 免密设置 1.4. 设置ntp时间 1.5. 关闭防火墙 1.6. 关闭selinux 1.7. 安装J ...

  3. 2008 r2 mysql 安装步骤_SQL Server 2008 R2数据库安装流程

    1 安装步骤 1.使用管理员账号登录计算机. 2.在主机光驱中放入SQL Server 2008 R2安装光盘,安装自动启动:如果没有自动启动,双击光盘中的"setup.exe"来 ...

  4. MySql安装及Navicat连接(解决Starting the server失败;mysql输入密码登录报错1045(28000),不输入密码却能登录;Navicat连接报错2059)

    1.安装过程中经常会出现Starting the server配置失败(参考博客MySQL安装 starting the server失败的解决办法_weixin_44021888的博客-CSDN博客 ...

  5. php mysql 安装错误_Apache+php配置 Mysql安装出错解决办法

    此文包括的注意内容:软件版本及下载地址 Apache2.4的配置和安装 php7.0的配置 mysql5.5的安装 常见问题及解决方法 1.软件版本 Windows server 2008 r2+ 6 ...

  6. mysql server 5.0安装教程_MySQL Server 5.0安装教程

    运行MySQL Server 5.0安装程序"setup.exe",出现如下界面: 安装向导启动,按"Next"继续: 选择安装类型,为了方便熟悉安装过程,我们 ...

  7. mysql安装失败net_mysql安装后.net程序运行出错的解决方法

    发现问题 最近在安装mysql后运行.net程序出错: 出错位置:C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\machine.config ...

  8. Xshell安装sql报错:The GPG keys listed for the “MySQL 8.0 Community Server“ repository are already instal

    文章目录 Xshell安装sql报错:The GPG keys listed for the "MySQL 8.0 Community Server" repository are ...

  9. 安装mysql程序运行出错_如何解决mysql安装后.net程序运行出错的问题

    如何解决mysql安装后.net程序运行出错的问题 发布时间:2020-09-28 17:43:58 来源:亿速云 阅读:93 作者:小新 小编给大家分享一下如何解决mysql安装后.net程序运行出 ...

  10. 如何解决Mysql安装时卡在starting server的方法?(亲测有效)

    问题 解决办法 mySql安装一直停留在starting Server主要由两方面原因造成: 第一种 主要是安装mySql时需要生成日志与错误文件,安装时不勾选show Advanced Option ...

最新文章

  1. 连这几个源码都没啃透,那面试高级开发的事等等再来!
  2. antd Form.Item 中如何获取到Select的label值
  3. 9个tcpdump使用实例
  4. JSP中base href=%=basePath%作用
  5. ubuntu编译内核重启出现:gave up waiting for root device
  6. rhel 6下配置网络yum源(虚拟机环境下)
  7. 上网课的心得体会1000字_【家庭教育】家庭教育心得体会 ——济南市罗而小学家庭教育“好家风好家教”专栏(十一)...
  8. vue指令-循环指令
  9. 7-4 特殊数字 (10 分)
  10. java实现浏览器_利用Java实现网页浏览器
  11. apache rewrite支持post数据
  12. Flutter 自定义弹幕展示样式
  13. 移动通信-多径效应,多普勒效应,菲涅尔区,阴影效应,快衰落,慢衰落
  14. PCB多层板生产工艺的起源与发展(一)
  15. unity项目之太空大战(2)
  16. ajax的readystate为3,为什么在做ajax时无法获得readyState 3(why can't get readyState 3 when doing a ajax)...
  17. A+B Problem (VIII) : Recursion Practice (Append Code)
  18. 什么是ActiveX控件?
  19. QT使用tableWidget显示双排列表 并且选中用红框圈出来
  20. Spring boot带来的信息泄露

热门文章

  1. c++获取umg ue_[UE4][V4.10]C++中定义UMG widget变量时的头文件引用有关问题
  2. zz]Prisoners’ Dilemma Tit For Tat
  3. 计算机社团感恩节免费维修周策划书,【关于感恩节的活动策划】大学感恩节活动策划案_早教感恩节活动策划方案_(2)_亲亲宝贝网...
  4. 条码生成器如何生成GS1-128条码
  5. sqlserver排序规则介绍以及修改
  6. 如何防止QT程序未响应
  7. 中国移动通信互联网短信网关接口协议CMPP2.0(普通文本短信、二进制数据短信)
  8. 347. Top K Frequent Elements
  9. C/C++函数调用约定(基于X86架构下)
  10. 使用nltk库查找英文同义词和反义词