Press enter to see results or esc to cancel.

MySQL Workbench Cannot Connect to Database Server -‘caching_sha2_password’ cannot be loaded

In this video I have shown how we can overcome the below error on connecting MySQL work bench. MySQL WorkBench Cannot Connect to Database Server- Your connection attempt failed for user ‘root’ from your hest to server at localhcst:3306: Authentication plugin ‘caching_sha2_password’ cannot be loaded: The specified module could not be found. Please: 1 Check …

Continue reading

Read Outlook .msg file using JAVA

In this video I have shown how you can read .msg file using java. This example is shown in Eclipse IDE. 1. Project Structure. 2. 3 Jar files are required for this project. These jar files should be added to class path of the project. poi-scratchpad-3.9.jar msgparser-1.1.15.jar poi-3.9.jar 3. Read_MSG.java package com.chillyfacts.com; import java.util.Iterator; import …

Continue reading