1. 程式人生 > >mysql鏈接錯誤:2003 can't connect to mysql server on 10038

mysql鏈接錯誤:2003 can't connect to mysql server on 10038

option tcp/ip connect ons default 文件 port utf tcp

出現這個錯誤原因是端口號不是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

mysql鏈接錯誤:2003 can't connect to mysql server on 10038