Reset root password on MySQL on Windows 10 laptop
Stop SQL Server Create a text file "mysql-init.txt" in C:\temp directory and paste in this content ALTER USER 'root'@'localhost' IDENTIFIED BY 'MyNewPass'; Open a command prompt window and run this command mysqld --defaults-file="C:\\ProgramData\\MySQL\\MySQL Server 8.0\\my.ini" --init-file="C:\\temp\\mysql-init.txt"
this is great, it's just you can't see the command you have to type!!!
ReplyDeleteIts the part that is on screenshot plus the dllname.
Deleteregsvr32 /u git_shell_ext64.dll or whatever name it have on your sistem.
can you please tell me how to get GIT options again in windows context menu
ReplyDeleteYou also need to be in the same directory as the DLL before running the command. It is visible in your DOS window but not listed in the text.
ReplyDelete