I did that after I posted this and it didnt quite work, but set some things off and then it disabled InnoDB and Federated...
I tried to delete everything and install it again, tested if the password was still there, it was.
Stop MySql in the services and then followed the steps... and below is what I got... Out of the frying pan into the fire.
There are certain files and folder you can delete, to start from scratch, but I am working on Vista - pretty new to me... also in Portuguese, pretty new to me as well.
Microsoft Windows [versão 6.0.6001]
Copyright (c) 2006 Microsoft Corporation. Todos os direitos reservados.
C:\Users\Marky>mysqladmin -u root status
mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user 'root'@'localhost' (using password: NO)'
C:\Users\Marky>mysqladmin -u root -p status
Enter password: ***
mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user 'root'@'localhost' (using password: YES)'
C:\Users\Marky>"C:\Program Files\MySQL\MySQL Server 5.1\bin\mysqld" --defaults-f
ile="C:\Program Files\MySQL\MySQL Server 5.1\my.ini" --init-file="C:\Users\Mark
\Documents\mysql-init.txt"
090816 23:08:58 [Note] Plugin 'InnoDB' is disabled.
090816 23:08:58 [Note] Plugin 'FEDERATED' is disabled.
C:\Users\Marky>UPDATE mysql.user SET Password=PASSWORD('MyNewPa
root';
'UPDATE' não é reconhecido como um comando interno
ou externo, um programa operável ou um arquivo em lotes.
C:\Users\Marky>FLUSH PRIVILEGES;
'FLUSH' não é reconhecido como um comando interno
ou externo, um programa operável ou um arquivo em lotes.
C:\Users\Marky>
Main Topics
Browse All Topics





by: cxrPosted on 2009-08-16 at 18:12:39ID: 25111169
There should be a space character before --init-file:
Select allOpen in new window