码迷,mamicode.com
首页 > 数据库 > 详细

mysql链接错误:2003 can't connect to mysql server on 10038

时间:2017-08-17 23:39:52      阅读:831      评论:0      收藏:0      [点我收藏+]

标签:cti   character   lis   mysq   follow   链接   tcp/ip   mysql   mysql\   

出现这个错误原因是端口号不是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

标签:cti   character   lis   mysq   follow   链接   tcp/ip   mysql   mysql\   

原文地址:http://www.cnblogs.com/bluedeblog/p/7384856.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!