
18/05/2006, 16:06
|
 | | | Fecha de Ingreso: octubre-2003 Ubicación: Puerto Montt
Mensajes: 3.667
Antigüedad: 22 años, 10 meses Puntos: 11 | |
| Primero:
c:\mysql\bin> mysql -u root -p mysql
Luego el comando:
mysql> SET PASSWORD FOR 'root@%' = OLD_PASSWORD('root'); |