Tag: mysql

dbForge Edge: Your Best Universal Tool for Multidatabase Challenges

MySQL, Oracle, PostgreSQL, SQL Server, Tools & technologies

Handling several database management systems simultaneously is inevitable in working on multiple...
Read More

How to Change Default MySQL Port in Windows 10

MySQL

A network port is a communication endpoint used by applications, incoming connections, and external devices to the computer/server or...
Read More

How to Comment MySQL Code: Best Practices

Database development, MySQL, Statements

Comments are used to add information to the code. It is mostly ignored by the compiler, but human specialists can read those comments when...
Read More

How to SHOW or LIST Tables in MySQL

Database development, MySQL, Tables

There are two primary methods to view the tables in MySQL: In this article, we are going to explore...
Read More

MySQL UPDATE: Top 5 Tips for T-SQL Developers

Database development, Languages & Coding, MySQL, Statements, T-SQL

Are you adding MySQL to your list of database skillsets? Then MySQL UPDATE statement is one of the commands you need to learn. We are...
Read More

Successful MySQL/MariaDB Backup and Recovery Strategies

Database administration, MySQL

A vital part of preventing any kind of data loss in any situation is having appropriate backup and recovery policies. It is also essential...
Read More

TOP 5 MySQL Delete Syntax with Tips for T-SQL Developers

Database development, Languages & Coding, MySQL, Statements, T-SQL

Our journey to MySQL started with CREATE TABLE followed by INSERT. Today, we are...
Read More

How to install MySQL Server on Ubuntu 18.04 in 2 Different Ways

MySQL, Tools & technologies

This article will present the step-by-step installation process of the MySQL server on Ubuntu. For demonstration purposes, I created a...
Read More

Backup and Restore MySQL Database Using mysqldump

MySQL, Tools & technologies, Utilities & Extensions

The current article focuses on applying the mysqldump utility to backup and restore MySQL databases. This utility is the most common tool...
Read More

How to Create and Deploy Azure Database for MySQL Server using Azure Portal and Workbench

Azure, Cloud, Database development, MySQL

This article describes the step-by-step deployment process of the Azure Database for MySQL Server....
Read More
Close