zoukankan      html  css  js  c++  java
  • 【MySQL-123】MySQL8.0.12 安装于Win10

    参考blog:MySQL8.0.12 安装及配置

    【坑一】输入net start mysql时,MYSQL服务无法启动。

    问题:第三步my.ini文件编码错误。

    解决方案:https://blog.csdn.net/wml0109/article/details/52586457

     注意这里保存时编码为ansi,否则会报如下错误:error: Found option without preceding group in config file: D:Program Filesmysql-5.6.25-winx64my.ini at line: 1 Fatal error in defaults handling. Program aborted。

    【坑二】输入mysql -u root -p后,输入预定密码报错。

    ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)

    解决方案:https://jingyan.baidu.com/article/3ea51489e6cfbe52e61bba25.html

    【坑三】MySQL服务无法正常启动。

    C:mysqlmysql-8.0.12in>mysql -u root -p
    Enter password:
    ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061)

    解决方案:https://blog.csdn.net/qq_26525215/article/details/53424152

  • 相关阅读:
    梯度下降法
    超平面
    感知机模型
    三角不等式
    统计学习方法基本概念
    Kaggle 的注册和使用
    win10 部署 Anaconda
    全概率和贝叶斯公式
    行列式
    伴随矩阵
  • 原文地址:https://www.cnblogs.com/cathygx/p/9526787.html
Copyright © 2011-2022 走看看