Ver Mensaje Individual
  #2 (permalink)  
Antiguo 12/05/2009, 16:05
asbraha
 
Fecha de Ingreso: mayo-2008
Mensajes: 35
Antigüedad: 16 años, 5 meses
Puntos: 0
Respuesta: Cambio contraseña root a vacia

Gracias ya encontre la solucion, por si a alguien le es util:

Código PHP:
mysqlUPDATE mysql.user SET Password OLD_PASSWORD('newpwd')
    -> 
WHERE Host 'some_host' AND User 'some_user';
mysqlFLUSH PRIVILEGES