mysql修改3306窗口,如何将mysql端口从0更改为3306?

I find it hard to establish a link between jdbc and mysql. I think one of the reasons is the mysql port. I checked the port with the statement: "show variables like 'port';" in mysql.And the answer is

+---------------+-------+

| Variable_name | Value |

+---------------+-------+

| port | 0 |

+---------------+-------+

1 row in set (0.07 sec)

My operating system is archlinux.

How can I change mysql port from 0 to 3306?

I have changed the port number in both /etc/my.cnf and /etc/mysql/my.cnf. But it didn't work.

解决方案

First of all check what SHOW VARIABLES LIKE 'skip_networking'; if it reports skip_networking = On, your mysqld is started without networking support (which leads to an value of 0 in the port system variable).

If this is the case, you most likely have to check the init scripts for your mysqld, its most likely under /etc/init.d/mysql, search here for --skip-networking and comment out (delete) this part. After this procedure you have to restart your mysqld.

Normaly there is no need to set the port 3306 explicitly since 3306 is the default port for mjysqld to listen on.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值