Foros del Web » Programación para mayores de 30 ;) » Bases de Datos General » Mysql »

no puedo entrar a mysql en phpmyadmin

Estas en el tema de no puedo entrar a mysql en phpmyadmin en el foro de Mysql en Foros del Web. Saludos, ayer estaba muy bien entrando a mysql desde phpmyadmin pero hoy me sale: MySQL ha dicho: Documentación #2002 - El servidor no está respondiendo ...
  #1 (permalink)  
Antiguo 29/05/2012, 13:33
 
Fecha de Ingreso: octubre-2010
Ubicación: Guayaquil
Mensajes: 195
Antigüedad: 13 años, 6 meses
Puntos: 3
no puedo entrar a mysql en phpmyadmin

Saludos, ayer estaba muy bien entrando a mysql desde phpmyadmin pero hoy me sale:

MySQL ha dicho: Documentación
#2002 - El servidor no está respondiendo (o el socket del servidor MySQL local no está configurado correctamente)

La conexión para controluser, como está definida en su configuración, fracasó.


intente editando el config.inc pero nada.

apache y mysql estan corriendo ninguno esta parado.

uso easyphp

agrego infortmacion delo log files del mysql error:

120529 14:51:27 [Note] Plugin 'FEDERATED' is disabled.
120529 14:51:27 InnoDB: The InnoDB memory heap is disabled
120529 14:51:27 InnoDB: Mutexes and rw_locks use Windows interlocked functions
120529 14:51:27 InnoDB: Compressed tables use zlib 1.2.3
120529 14:51:27 InnoDB: Initializing buffer pool, size = 128.0M
120529 14:51:27 InnoDB: Completed initialization of buffer pool
120529 14:51:27 InnoDB: highest supported file format is Barracuda.
120529 14:51:28 InnoDB: Waiting for the background threads to start
120529 14:51:29 InnoDB: 1.1.7 started; log sequence number 2318268
120529 14:51:29 [ERROR] Missing system table mysql.proxies_priv; please run mysql_upgrade to create it
120529 14:51:29 [ERROR] Native table 'performance_schema'.'events_waits_current' has the wrong structure
120529 14:51:29 [ERROR] Native table 'performance_schema'.'events_waits_history' has the wrong structure
120529 14:51:29 [ERROR] Native table 'performance_schema'.'events_waits_history_long' has the wrong structure
120529 14:51:29 [ERROR] Native table 'performance_schema'.'setup_consumers' has the wrong structure
120529 14:51:29 [ERROR] Native table 'performance_schema'.'setup_instruments' has the wrong structure
120529 14:51:29 [ERROR] Native table 'performance_schema'.'setup_timers' has the wrong structure
120529 14:51:29 [ERROR] Native table 'performance_schema'.'performance_timers' has the wrong structure
120529 14:51:29 [ERROR] Native table 'performance_schema'.'threads' has the wrong structure
120529 14:51:29 [ERROR] Native table 'performance_schema'.'events_waits_summary_by_thre ad_by_event_name' has the wrong structure
120529 14:51:29 [ERROR] Native table 'performance_schema'.'events_waits_summary_by_inst ance' has the wrong structure
120529 14:51:29 [ERROR] Native table 'performance_schema'.'events_waits_summary_global_ by_event_name' has the wrong structure
120529 14:51:29 [ERROR] Native table 'performance_schema'.'file_summary_by_event_name' has the wrong structure
120529 14:51:29 [ERROR] Native table 'performance_schema'.'file_summary_by_instance' has the wrong structure
120529 14:51:29 [ERROR] Native table 'performance_schema'.'mutex_instances' has the wrong structure
120529 14:51:29 [ERROR] Native table 'performance_schema'.'rwlock_instances' has the wrong structure
120529 14:51:29 [ERROR] Native table 'performance_schema'.'cond_instances' has the wrong structure
120529 14:51:29 [ERROR] Native table 'performance_schema'.'file_instances' has the wrong structure
120529 14:51:29 [Note] Event Scheduler: Loaded 0 events
120529 14:51:29 [Note] C:\EASYPH~1.4AL\MySql\bin\mysqld.exe: ready for connections.
Version: '5.5.13-log' socket: '' port: 3306 MySQL Community Server (GPL)

Última edición por gabrielcorr4; 29/05/2012 a las 13:56 Razón: falto info
  #2 (permalink)  
Antiguo 31/05/2012, 20:13
Avatar de jmacc  
Fecha de Ingreso: marzo-2007
Ubicación: Mexico
Mensajes: 94
Antigüedad: 17 años, 1 mes
Puntos: 6
Respuesta: no puedo entrar a mysql en phpmyadmin

A mi me paso algo parecido una ves y era el firewall que me bloqueba el mysql asi que lo desactive , desactiva cualquier programa o preoceso y entre al phpmyadmin.

Segunda alternativa:
-Edité el archivo /usr/local/lib/php.ini

; Default socket name for local MySQL connects. If empty, uses the built-in
; MySQL defaults.
mysql.default_socket = /var/lib/mysql/mysql.sock < y agregué la ruta al socket, por defecto está vacío.

2-Edité el archivo config.inc.php

$cfg['Servers'][$i]['socket'] = '/var/lib/mysql/mysql.sock'; < ponemos la ruta aca (por defecto está vacío)
$cfg['Servers'][$i]['connect_type'] = 'socket'; < cambiamos tcp por socket

Verifica el puerto en el 3306
y reinicia el mysql.
__________________
Los bueno Chicos Acaban Primero.
User Linux: #527435

Etiquetas: php, phpmyadmin, sql
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 22:20.