Ver Mensaje Individual
  #6 (permalink)  
Antiguo 01/03/2003, 10:48
Avatar de syntex
syntex
 
Fecha de Ingreso: noviembre-2002
Ubicación: Cataluña
Mensajes: 978
Antigüedad: 21 años, 5 meses
Puntos: 4
Hola Cluster,

Mi SO és Win XP-

La configuracion que tengo en my.ini és

#This File was made using the WinMySQLAdmin 1.4 Tool
#22/01/2003 22:02:29

#Uncomment or Add only the keys that you know how works.
#Read the MySQL Manual for instructions

[mysqld]
basedir=C:/mysql/
#bind-address=xx.xx.xx.xx <<== Mi IP
datadir=C:/mysql/data
#language=C:/mysql/share/your language directory
#slow query log#=
#tmpdir#=
#port=3306
#set-variable=key_buffer=16M
[WinMySQLadmin]
Server=C:/mysql/bin/mysqld-nt.exe
user= (Mi nombre de Usuario)
password= (Mi password)
QueryInterval=10


Aunque la conexion desde PHP a MysqL me da error cuando pongo mi password.

En config.inc.php

$cfg['PmaAbsoluteUri'] = 'http://xx.xx.xx.x/phpmyadmin/';
$cfg['Servers'][$i]['host'] = 'xx.xx.xx.xx'

Y en todas las lineas siguientes con la misma variable

$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = '(Nombre de usuario) ';
$cfg['Servers'][$i]['password'] = ''; (No tengo ningun password)

Un saludo,