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 Database

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

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

How to install MySQL ODBC driver in Ubuntu

March 6, 2024August 6, 2021 by Yuba Raj Kalathoki

MySQL is one of the most popular relational database management systems used by businesses and developers worldwide. However, in order …

Read More How to install MySQL ODBC driver in Ubuntu

How to create user in MySQL for remote access?

January 5, 2024January 5, 2021 by Yuba Raj Kalathoki

To create a user in MySQL for remote access, we need to follow these steps: First, we need to edit …

Read More How to create user in MySQL for remote access?

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