- Desde
- 13 Sep 2008
- Mensajes
- 382
Hola, ayer escribi a vbulletin una pregunta que no se me contesto aqui con el traductor google ^^ y el caso es que me han dado varias soluciones, sabeis como se hace la 3?
Hola,
Gracias por ponerse en contacto vBulletin Apoyo. Las razones más comunes para el servidor MySQL se ha ido de error son los siguientes:
1. Es que el servidor ha agotado el tiempo y se cierra la conexión. Por defecto, el servidor cierra la conexión después de 8 horas o 28.800 segundos si no ha pasado nada. Puede cambiar el límite de tiempo estableciendo la variable wait_timeout al iniciar mysqld a través de su servidor el archivo / etc / my.cnf así.
2. Otra razón común para recibir el servidor MySQL se ha ido de error es porque se ha publicado un `` cerca''de MySQL en tu conexión y, a continuación, intentó ejecutar una consulta sobre la conexión cerrada. Puede comprobar que el MySQL no ha muerto ejecutando mysqladmin version y el tiempo de examinar.
mysql es decir, para comprobar el tiempo de actividad, en la shell como usuario root escriba:
mysqladmin-u root-p versión
3. También puede obtener estos errores si envía una consulta al servidor que sea incorrecta o demasiado grande. Si mysqld recibe un paquete que es demasiado grande o fuera de lugar, asume que algo ha ido mal con el cliente y cierra la conexión. Si usted necesita grandes preguntas (por ejemplo, si usted está trabajando con columnas BLOB grandes), puede aumentar el límite de consultas iniciando mysqld con la O-max_allowed_packet = # opción (por defecto 1M) o mediante max_allowed_packet variable en el archivo / etc / mi . cnf mysql archivo y reiniciar después de editar el archivo / etc / my.cnf. La memoria adicional se destina a la demanda, por lo que mysqld utilizará más memoria sólo cuando un gran número de consultas, o cuando mysqld tiene que volver un gran resultado fila
4. O simplemente su anfitrión reiniciar MySQL. Me contacto con su host web y le invito a que estudie esta.
Enlaces a información adicional:
http://www.mysql.com/doc/G/o/Gone_away.html
http://www.mysql.com/doc/C/o/Common_errors.html
http://www.mysql.com/doc/S/e/Server_parameters.html
http://www.mysql.com/doc/O/p/Option_files.html
http://www.mysql.com/doc/S/H/SHOW_VARIABLES.html
Todo lo mejor,
Wayne Lucas
vBulletin Ventas y Soporte
http://www.vbulletin.com/
support@vbulletin.com
--------------------------------------
Hello,
Thank you for contacting vBulletin Support. The most common reasons for the MySQL server has gone away error are:
1. Is that the server timed out and closed the connection. By default, the server closes the connection after 8 hours or 28800 seconds if nothing has happened. You can change the time limit by setting the wait_timeout variable when you start mysqld via your server's /etc/my.cnf as well.
2. Another common reason to receive the MySQL server has gone away error is because you have issued a ``close'' on your MySQL connection and then tried to run a query on the closed connection. You can check that the MySQL hasn't died by executing mysqladmin version and examining the uptime.
i.e. to check mysql uptime, in shell as root user type:
mysqladmin -u root -p version
3. You can also get these errors if you send a query to the server that is incorrect or too large. If mysqld gets a packet that is too large or out of order, it assumes that something has gone wrong with the client and closes the connection. If you need big queries (for example, if you are working with big BLOB columns), you can increase the query limit by starting mysqld with the -O max_allowed_packet=# option (default 1M) or via max_allowed_packet variable in your /etc/my.cnf file and restarting mysql after you edited your /etc/my.cnf file. The extra memory is allocated on demand, so mysqld will use more memory only when you issue a big query or when mysqld must return a big result row
4. Or simply your host restarted MySQL. I'd contact your web host and ask him to look into this.
Links to additional information:
Search Results: Gone_away.html
Search Results: Common_errors.html
Search Results: Server_parameters.html
Search Results: Option_files.html
Search Results: SHOW_VARIABLES.html
All the best,
Wayne Luke
vBulletin Sales and Support
vBulletin - Instant Community
support@vbulletin.com
Hola,
Gracias por ponerse en contacto vBulletin Apoyo. Las razones más comunes para el servidor MySQL se ha ido de error son los siguientes:
1. Es que el servidor ha agotado el tiempo y se cierra la conexión. Por defecto, el servidor cierra la conexión después de 8 horas o 28.800 segundos si no ha pasado nada. Puede cambiar el límite de tiempo estableciendo la variable wait_timeout al iniciar mysqld a través de su servidor el archivo / etc / my.cnf así.
2. Otra razón común para recibir el servidor MySQL se ha ido de error es porque se ha publicado un `` cerca''de MySQL en tu conexión y, a continuación, intentó ejecutar una consulta sobre la conexión cerrada. Puede comprobar que el MySQL no ha muerto ejecutando mysqladmin version y el tiempo de examinar.
mysql es decir, para comprobar el tiempo de actividad, en la shell como usuario root escriba:
mysqladmin-u root-p versión
3. También puede obtener estos errores si envía una consulta al servidor que sea incorrecta o demasiado grande. Si mysqld recibe un paquete que es demasiado grande o fuera de lugar, asume que algo ha ido mal con el cliente y cierra la conexión. Si usted necesita grandes preguntas (por ejemplo, si usted está trabajando con columnas BLOB grandes), puede aumentar el límite de consultas iniciando mysqld con la O-max_allowed_packet = # opción (por defecto 1M) o mediante max_allowed_packet variable en el archivo / etc / mi . cnf mysql archivo y reiniciar después de editar el archivo / etc / my.cnf. La memoria adicional se destina a la demanda, por lo que mysqld utilizará más memoria sólo cuando un gran número de consultas, o cuando mysqld tiene que volver un gran resultado fila
4. O simplemente su anfitrión reiniciar MySQL. Me contacto con su host web y le invito a que estudie esta.
Enlaces a información adicional:
http://www.mysql.com/doc/G/o/Gone_away.html
http://www.mysql.com/doc/C/o/Common_errors.html
http://www.mysql.com/doc/S/e/Server_parameters.html
http://www.mysql.com/doc/O/p/Option_files.html
http://www.mysql.com/doc/S/H/SHOW_VARIABLES.html
Todo lo mejor,
Wayne Lucas
vBulletin Ventas y Soporte
http://www.vbulletin.com/
support@vbulletin.com
--------------------------------------
Hello,
Thank you for contacting vBulletin Support. The most common reasons for the MySQL server has gone away error are:
1. Is that the server timed out and closed the connection. By default, the server closes the connection after 8 hours or 28800 seconds if nothing has happened. You can change the time limit by setting the wait_timeout variable when you start mysqld via your server's /etc/my.cnf as well.
2. Another common reason to receive the MySQL server has gone away error is because you have issued a ``close'' on your MySQL connection and then tried to run a query on the closed connection. You can check that the MySQL hasn't died by executing mysqladmin version and examining the uptime.
i.e. to check mysql uptime, in shell as root user type:
mysqladmin -u root -p version
3. You can also get these errors if you send a query to the server that is incorrect or too large. If mysqld gets a packet that is too large or out of order, it assumes that something has gone wrong with the client and closes the connection. If you need big queries (for example, if you are working with big BLOB columns), you can increase the query limit by starting mysqld with the -O max_allowed_packet=# option (default 1M) or via max_allowed_packet variable in your /etc/my.cnf file and restarting mysql after you edited your /etc/my.cnf file. The extra memory is allocated on demand, so mysqld will use more memory only when you issue a big query or when mysqld must return a big result row
4. Or simply your host restarted MySQL. I'd contact your web host and ask him to look into this.
Links to additional information:
Search Results: Gone_away.html
Search Results: Common_errors.html
Search Results: Server_parameters.html
Search Results: Option_files.html
Search Results: SHOW_VARIABLES.html
All the best,
Wayne Luke
vBulletin Sales and Support
vBulletin - Instant Community
support@vbulletin.com