MySQL5.7.24安装配置(图文超详细教程)

转载  : https://blog.csdn.net/weixin_44051608/article/details/85163823    这里面写的挺详细的,我就不多说了

  1. 修改完my.ini 的文件后 ,记得报错为ANSI格式 
  2. 如果出现了window mysql57 安装过程中的坑

     先到Windows服务中查看下  是否正常启动了 window mysql57 安装过程中的坑

  1. 查看下是否安装

 D:\MySQL\MySQL Server 5.7\bin> .\mysqld.exe -install
Service successfully installed.

    2. 重新启动下  

PS C:\Users\Administrator> net start mysql
MySQL 服务正在启动 .
MySQL 服务已经启动成功。

3 .连接db

PS D:\MySQL\MySQL Server 5.7\bin> .\mysql.exe -uroot -p
Enter password: ******
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 2
Server version: 5.7.30-log MySQL Community Server (GPL)

 

 

 

相关文章:

  • 2022-12-23
  • 2021-12-28
  • 2021-06-12
  • 2021-06-06
  • 2021-10-09
  • 2021-11-23
猜你喜欢
  • 2021-10-25
  • 2022-12-23
  • 2021-11-16
  • 2021-08-10
  • 2021-04-09
  • 2022-01-19
  • 2022-01-02
相关资源
相似解决方案