Quantcast
Channel: MySQL – TecAdmin
Browsing latest articles
Browse All 95 View Live

Create a Basic CRUD API in NodeJS, ExpressJS and MySQL

Creating a basic CRUD (create, read, update, delete) API in NodeJS using the ExpressJS framework and a MySQL database is a straightforward process. In this tutorial, we will walk through the steps...

View Article



A Comprehensive Guide to Optimizing MySQL Table

MySQL is one of the most popular open-source relational database management systems, relied upon by countless developers and companies worldwide. At its core, it operates on a simple concept – storing...

View Article

Changing the Default MySQL Data Directory on CentOS & RHEL

MySQL is a widely-used open-source relational database management system (RDBMS) that powers countless web applications and services. By default, MySQL stores its data in a predefined directory, which...

View Article

Resolving MySQL ERROR 1041 (HY000): Out of Memory

When working with MySQL, you might occasionally encounter the ERROR 1041 (HY000): Out of memory error. This error indicates that the MySQL server (mysqld) ran out of memory while trying to perform an...

View Article

Working with Python FastAPI and MySQL

FastAPI is a modern, fast (high-performance), web framework for building APIs with Python. It’s built on standard Python type hints, making it easy to use, while providing a lot of advanced features...

View Article


(Resolved) NotSupportedError with caching_sha2_password in Python

When working with MySQL databases from Python applications, encountering errors related to authentication plugins can be a common hurdle. One such error that developers often face is:...

View Article

How to Create a Copy of MySQL Database

MySQL, a widely-used open-source database system, offers various methods for database duplication. This functionality is essential for ensuring data availability and integrity across different...

View Article

Step-by-Step Guide: Setting Up LAMP Stack on Amazon Linux

In the world of web development, setting up a LAMP stack is a fundamental skill that every developer should possess. The LAMP stack, which stands for Linux, Apache, MySQL, and PHP, provides a powerful...

View Article


mysql: [Warning] Using a password on the command line interface can be insecure.

When working with MySQL from the command line, users often encounter the warning message “mysql: [Warning] Using a password on the command line interface can be insecure.” This warning is displayed by...

View Article


Bash Shell Scripts to MySQL Backup and Restore

In today’s data-driven world, safeguarding your MySQL databases through reliable backup and restoration practices is non-negotiable. This guide introduces two scripts that automate backups and...

View Article
Browsing latest articles
Browse All 95 View Live




Latest Images