Skip to content
CoderSathi
  • Tutorial
    • Java Tutorial
    • Swing Tutorial
    • JDBC Tutorial
    • Java String Tutorial
    • Servlet and JSP Tutorial
  • Mongo DB
  • AWS
  • DevOps
  • Linux
  • Git

mysql

How to Fix “Public Key Retrieval is not allowed” MySQL JDBC Error

June 8, 2026 by Yuba Raj Kalathoki

If you are developing a Java or Spring Boot application with a MySQL database, you might suddenly encounter this frustrating …

Read More How to Fix “Public Key Retrieval is not allowed” MySQL JDBC Error

MySQL Commands for Developers

February 11, 2025January 5, 2024 by Yuba Raj Kalathoki

MySQL is a popular relational database management system that allows us to create, manipulate, and query data using SQL commands. …

Read More MySQL Commands for Developers

Concat Column in MySQL

February 15, 2024November 20, 2023 by Yuba Raj Kalathoki

In the world of relational databases, the need to combine or concatenate values from different columns often arises. This task …

Read More Concat Column in MySQL

java.lang.ClassNotFoundException: com.mysql.jdbc.Driver

March 26, 2024January 7, 2023 by Yuba Raj Kalathoki
com.mysql.cj.jdbc.Driver

Whether you’re an experienced Java developer or a student who is just trying to learn Java, you may have encountered …

Read More java.lang.ClassNotFoundException: com.mysql.jdbc.Driver

Create User in MySQL

September 14, 2023May 31, 2022 by Yuba Raj Kalathoki

In this post, we will learn to create user in MySQL server and also assign a role to specific database. …

Read More Create User in MySQL

Error Code: 1175. You are using safe update mode… while modifying MySQL data from Workbench

May 2, 2024April 28, 2022 by Yuba Raj Kalathoki
mysql logo

Today, I encountered an error code 1175 while deleting the MySQL table row using MySQL Workbench. The error was like: …

Read More Error Code: 1175. You are using safe update mode… while modifying MySQL data from Workbench

How to disable SSL require in MySQL Workbench

September 14, 2023December 28, 2021 by Yuba Raj Kalathoki
check MongoDb database size

The latest version of the MySQL Workbench requires to use of SSL while connecting to any Relational Database Management System …

Read More How to disable SSL require in MySQL Workbench

Recent Posts

  • How to Fix “Public Key Retrieval is not allowed” MySQL JDBC Error
  • Complete Guide to JaCoCo: How to Measure Java Code Coverage Accurately
  • How to Create a Google App Password: Full Step-by-Step Guide
  • How to Fix “Files Showing as Modified” in IntelliJ IDEA on macOS
  • How to Fix NoClassDefFoundError: javax/xml/bind/DatatypeConverter in Java (Java 11+)
  • How to Connect Java Application to a Remote Database Using an SSH Tunnel (with Spring Boot Examples)
  • How to Convert JSON Array to Java List (With Examples)
  • Configure CORS in Spring Cloud Gateway (WebFlux & WebMVC)
  • Java String Tutorial
  • Java String Best Practices and Common Pitfalls
  • Privacy Policy
  • About CoderSathi.com
  • Contact
Copyright © 2026
  • Tutorial
    • Java Tutorial
    • Swing Tutorial
    • JDBC Tutorial
    • Java String Tutorial
    • Servlet and JSP Tutorial
  • Mongo DB
  • AWS
  • DevOps
  • Linux
  • Git