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

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

How to install MySQL ODBC driver in Ubuntu

March 6, 2024August 6, 2021 by Coder Sathi

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

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

  • 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