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

MySQL Commands for Developers

February 11, 2025January 5, 2024 by Coder Sathi

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 Coder Sathi

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 Coder Sathi
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 Coder Sathi

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 Coder Sathi
Error Code: 1175. You are using safe update mode... while modifying MySQL data from Workbench

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 Coder Sathi
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

  • Java String Tutorial
  • Java String Best Practices and Common Pitfalls
  • Java 8+ String Enhancements: New Methods and Best Practices
  • Java String Security: Handling Passwords, SQL, and User Input
  • Java Special Characters: Escaping, Unicode, and Text Blocks
  • Java Regex Tutorial: Pattern, Matcher, and Practical Examples
  • Java String Manipulation: Replace, Split, and Join
  • Java String Performance: Optimize Concatenation with StringBuilder
  • Java String Formatting Guide: printf(), String.format(), and More
  • Java String Comparison: equals(), ==, and compareTo() Explained
  • Privacy Policy
  • About CoderSathi.com
  • Contact
Copyright © 2025
  • Tutorial
    • Java Tutorial
    • Swing Tutorial
    • JDBC Tutorial
    • Java String Tutorial
    • Servlet and JSP Tutorial
  • Mongo DB
  • AWS
  • DevOps
  • Linux
  • Git