MySQL Database
How To List MySQL Databases (Step-by-Step Code Tutorial)
Skill up your server administration by learning the ins and outs of how to list MySQL databases using commands in the terminal.
All Articles
MariaDB vs PostgreSQL: 14 Critical Differences
MariaDB and PostgreSQL are two of the most popular open source databases. In this guide, we compare them to help you choose the right one.
How To Use MySQL to Delete a Table (2 Methods)
This guide will show you how to easily delete a table using MySQL, with two methods via your hosting control panel.
PostgreSQL vs MySQL: Explore Their 12 Critical Differences
Choosing between PostgreSQL vs MySQL can be challenging. There are plenty of things that set them apart. Learn more in this in-depth guide.
MongoDB vs MySQL: Which Is the Better Database Management System?
When it comes to database management, there are many options to choose from. Here, we compare two of the top choices: MongoDB and MySQL.
The Best in Open Source Database Software: Top 10 Picks
A dynamic website needs to store data. In this post, we'll round up ten of the best open source database software around!
How To Create and Manage a MySQL User (4 Key Processes)
Need to add more users to your MySQL database? Learn how to create and manage MySQL users using this simple-to-follow guide.
How to Complete a MySQL Performance Tune (4 Key Tips)
Use any of these four tips to complete a MySQL performance tune to optimize your database so the software can respond to queries faster.
How to Set Up a MySQL Community Server on Your Machine
Setting up a MySQL community server doesn't have to be a headache. Here, we walk you through it, step-by-step.
How to Check and Upgrade Your MySQL Version Easily
Learn how to check what your MySQL version is. We'll also show you how to upgrade your database to the latest MySQL version.
How to Change Your MySQL Password in XAMPP (3 Methods)
Learn how to change your MySQL root password in the XAMPP local web development tool.
How to Fix the XAMPP Error “MySQL Shutdown Unexpectedly” (3 Methods)
Have you encountered the "MySQL Shutdown Unexpectedly" error in XAMPP? This is common when you don’t run the software using administrator privilege…
What Is the Default MySQL Port Number?
The number of ports used by MySQL depends on several factors but the default MySQL port is 3306. Learn more about it & how to connect to a MySQL da…