Home > Database > Mysql Tutorial > windows下mysql 代码宕机的问题。。。

windows下mysql 代码宕机的问题。。。

WBOY
Release: 2016-06-06 09:40:27
Original
1642 people have browsed it

windowsmysql

有一台windows的服务器,每天早上都会在下面mysql的代码宕机,但是如果用远程连接这个服务器,就不会宕机了,难道是mysql待机的时候有什么没有开启?,但是服务器已经设置成不待机状态啊,不知道什么原因,轻大神帮助。

<code> if(mysql_stmt_prepare(m_pstmt, psql, (unsigned long)strlen(psql)) != 0)    {        mysql_stmt_close(m_pstmt);        }</code>
Copy after login
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