MySQL Setup Download MySQL zip (https://dev.mysql.com/downloads/mysql/) Save zip file any location Unzip file Enter bin folder of unzip directory - Open a command prompt on this directory path - Run following command mysqld --initialize --console - Copy temporary generated password - Run following command mysqld --console For changing password : - Open a new command prompt on this bin directory path - Run following command and press Enter key mysql -u root -p - Then command prompt wants password. Please enter the copied password. And press Enter key. - Then run following command for changing root password. ...
Posts
Showing posts from 2022