Showing posts with label settings. Show all posts
Showing posts with label settings. Show all posts

Saturday, June 1, 2019

Get into laptop BIOS using Windows 10 Settings - The Simple Way

Are you frustrated with the button presses to enter your laptop BIOS/firmware? Some laptop models don't recognize the 'Enter BIOS' command through key-press (like F2, F8 and so on). Follow the below procedure to easily get into the BIOS using Windows 10 Settings.


Step 1. Open the windows settings by clicking the windows menu on desktop and then the gear symbol as shown in the picture below.



Step 2. Open Update & security



Step 3. Open Recovery in the left tab and click Restart now under the Advanced startup
 


Step 4. The system will now enter into a blue background interface. Select Troubleshoot from the options



Step 5. Now select Advanced options



Step 6. Click UEFI Firmware Settings



Step 7. Click to Restart into the BIOS options. You are done. Happy BIOS updation !!!!




Friday, June 1, 2012

MySQL Server (Windows) - Applying Security Settings Failed

You might have encountered the following 'Applying Security Settings' failure error while installing MySQL Server (more precisely, during the instance configuration) for Windows.






This occurs because an older MySQL database (instance) exists in your system. To find where it is located, open the my.ini file in the MySQL installation folder and find '#Path to the database root' string. The line next to it specifies the default path to the database folder. By default this will be pointing to "C:/ProgramData/MySQL/MySQL Server 5.5/Data/".

Now remove the existing MySQL installation. Next, open the parent folder of the database location ( ie if the path is "C:/ProgramData/MySQL/MySQL Server 5.5/Data/" then open the folder that is the parent of "MySQL" folder). Here it will be "C:/ProgramData". Then delete the "MySQL" folder (with all its contents) in it.

Notes:
1. Deleting only the "Data" folder will also serve our purpose. But it would be better if you delete the entire location as specified above. 
2. The "ProgramData" folder is a hidden/system folder. So in order to access it, type the path  of the folder ("C:/ProgramData") in your windows explorer address bar and press enter.
3. Deleting the database will delete all the data stored in it. You may not be able to recover it. 



Now install a fresh copy. You will see that it works like charm!