Deprecated: Function set_magic_quotes_runtime() is deprecated in /home/itworks/public_html/inc/class_core.php on line 165
Error Mysql cliente antiguo
Han ocurrido los siguientes errores:
Warning [2] Cannot modify header information - headers already sent by (output started at /home/itworks/public_html/inc/class_core.php:165) - Line: 1558 - File: inc/functions.php PHP 5.3.10 (Linux)
File Line Function
[PHP]   errorHandler->error
/inc/functions.php 1558 header
/inc/class_session.php 360 my_setcookie
/inc/class_session.php 98 session->load_guest
/global.php 56 session->init
/showthread.php 21 require_once
Warning [2] Cannot modify header information - headers already sent by (output started at /home/itworks/public_html/inc/class_core.php:165) - Line: 1558 - File: inc/functions.php PHP 5.3.10 (Linux)
File Line Function
[PHP]   errorHandler->error
/inc/functions.php 1558 header
/inc/class_session.php 365 my_setcookie
/inc/class_session.php 98 session->load_guest
/global.php 56 session->init
/showthread.php 21 require_once
Warning [2] Cannot modify header information - headers already sent by (output started at /home/itworks/public_html/inc/class_core.php:165) - Line: 1558 - File: inc/functions.php PHP 5.3.10 (Linux)
File Line Function
[PHP]   errorHandler->error
/inc/functions.php 1558 header
/inc/class_session.php 106 my_setcookie
/global.php 56 session->init
/showthread.php 21 require_once
Warning [2] Cannot modify header information - headers already sent by (output started at /home/itworks/public_html/inc/class_core.php:165) - Line: 352 - File: inc/plugins/google_seo/redirect.php PHP 5.3.10 (Linux)
File Line Function
[PHP]   errorHandler->error
/inc/plugins/google_seo/redirect.php 352 header
/inc/plugins/google_seo/redirect.php 340 google_seo_redirect_header
[PHP]   google_seo_redirect_hook
/inc/class_plugins.php 101 call_user_func_array
/global.php 96 pluginSystem->run_hooks
/showthread.php 21 require_once
Warning [2] Cannot modify header information - headers already sent by (output started at /home/itworks/public_html/inc/class_core.php:165) - Line: 1558 - File: inc/functions.php PHP 5.3.10 (Linux)
File Line Function
[PHP]   errorHandler->error
/inc/functions.php 1558 header
/inc/functions.php 1619 my_setcookie
/inc/functions_indicators.php 54 my_set_array_cookie
/showthread.php 456 mark_thread_read



tumblr statistics


Enviar Respuesta 
 
Calificación:
  • 0 Votos - 0 Media
  • 1
  • 2
  • 3
  • 4
  • 5
Error Mysql cliente antiguo
26-09-2011, 04:45 PM
Mensaje: #1
Error Mysql cliente antiguo
Mi aplicación me lanza este error :
Client does not support authentication protocol requested by server; consider upgrading MySQL client
Encuentra todos los mensajes de este usuario
Cita este mensaje en tu respuesta
26-09-2011, 04:48 PM (Este mensaje fue modificado por última vez en: 26-09-2011 04:48 PM por xaviclave.)
Mensaje: #2
RE: Error Mysql cliente antiguo
Esto suele pasar con las nuevas versiones de Mysql ya que utilizan un sistema de encriptación diferente para loguearse.
Deberías entrar y hacer esta query:

Cita:UPDATE mysql.user
SET password=OLD_PASSWORD('tupassword')
WHERE user='usuario'
AND host='localhost';

y finalmente

Cita:flush privileges;
Encuentra todos los mensajes de este usuario
Cita este mensaje en tu respuesta
Enviar Respuesta 


Salto de Foro:


Contáctanos | Servidores web | Volver Arriba | Volver al Contenido | Modo (Archivo) Simple | Sindicación RSS