Home > Database > Mysql Tutorial > body text

MySQL实用技巧两例

WBOY
Release: 2016-06-07 16:52:20
Original
1024 people have browsed it

今天服务器上的MySQL 又出问题了,没异常也没有报错,在服务里启动mysql之后也不报错,但启动不成功,不像一般会报个1067之类的错

MySQL不能启动解决

  今天服务器上的MySQL 又出问题了,没异常也没有报错,在服务里启动mysql之后也不报错,但启动不成功,不像一般会报个1067之类的错误。查看计算机管理里的事件服务器,发现Do you already have another mysqld server running on port: 3306 ?数据库端口被占用。本来运行得好好的,怎么突然被占用了?把数据库端口改成10006服务启动成功。但用程序连接mysql数据库,还是无法连接。

  netstat -an 看,并没有服务占用3306端口。这几天出现两次这样的情况。

  查看连接情况,报10055错误,无法连接数据库。重启mysql仍旧不能连接,,只有通过重启服务器了,重启服务器mysql启动成功。

linux

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template