出现这个错误原因是端口号不是3306。

 打开D:\Program Files\MySQL\MySQL Server 5.5 \my.ini文件,当然还有其他的.ini的文件:
 

[client]

port=3306

[mysql]

default-character-set=utf8


# SERVER SECTION
# ----------------------------------------------------------------------
#
# The following options will be read by the MySQL Server. Make sure that
# you have installed the server correctly (see above) so it reads this
# file.
#
[mysqld]

# The TCP/IP Port the MySQL Server will listen on
port=3306

相关文章:

  • 2021-12-18
  • 2021-08-01
  • 2021-09-18
  • 2022-12-23
  • 2021-12-02
  • 2021-09-14
  • 2022-03-03
  • 2022-12-23
猜你喜欢
  • 2021-11-01
  • 2021-04-21
  • 2021-08-01
  • 2021-06-03
  • 2021-06-04
  • 2022-12-23
相关资源
相似解决方案