Deshabilite el firewall en Red Hat, CentOS, Oracle Linux
# service iptables save
# service iptables stop
# chkconfig iptables off
realizo el telnet
C:\>telnet 192.168.102.7 3306
y obtengo
4
5.0.95 Y%J%xOc#,!|o7dr/3Ou#I
porque desde phpMyadmin no me puedo conectar ?
esta es mi configuracion
Código PHP:
Ver original$i++;
/* Authentication type */
$cfg['Servers'][$i]['auth_type'] = 'cookie';
/* Server parameters */
$cfg['Servers'][$i]['host'] = '192.168.102.7';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['port'] = '3306';
$cfg['Servers'][$i]['socket'] = '/var/lib/mysql/mysql.sock';
$cfg['Servers'][$i]['compress'] = false;
/* Select mysqli if your server has it */
$cfg['Servers'][$i]['extension'] = 'mysql';