Tema: MySQL #1251
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 18/05/2006, 16:06
Avatar de claudiovega
claudiovega
 
Fecha de Ingreso: octubre-2003
Ubicación: Puerto Montt
Mensajes: 3.667
Antigüedad: 20 años, 6 meses
Puntos: 11
Primero:

c:\mysql\bin> mysql -u root -p mysql

Luego el comando:

mysql> SET PASSWORD FOR 'root@%' = OLD_PASSWORD('root');