{{theTime}}

Search This Blog

Total Pageviews

How to convert text to columns in Microsoft Excel?

 Load the text file in Excel.  Click "Data"-->"Text to Columns" and follow the steps

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