{{theTime}}

Search This Blog

Total Pageviews

How to send Ctrl Alt Del command to Remote Desktop

Use the shortcut key Ctrl + Alt + End   to perform Ctrl + Alt + Del.

No comments:

Mysql - java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed

Add allowPublicKeyRetrieval=true to the JDBC URL. jdbc:mysql://localhost:3306/db?allowPublicKeyRetrieval=true&useSSL=false