mariadb
(23)
Tuning MariaDB for Optimal Performance: Key Settings for InnoDB Tables
Introduction
MariaDB, a popular open-source database management system, offers powerful features to ensure high performance and reliability. For applications relying on InnoDB tables, fine-tuning specific settings can make a substantial difference in performance. This article provides a comprehensiv...
24 July
·
6
· 20
·
Den W.
How to Export and Import a MySQL Database Using the Dump or IDE
Data import and export tasks, being an integral part of database management and operation, are vital for software and database developers, as well as data analysts, and many other IT professionals.
E...
21 June
·
0
· 1
·
John Fuller
MySQL Select Database
Chances are that you have multiple databases on the MySQL Server instance you're connected to; and when you need to manage several databases at once, you need to make sure you have selected the correc...
17 June
·
0
· 2
·
John Fuller
How to list the users in a MySQL/MariaDB database and Manage Permissions
User management involves granting database access, setting user permissions, and monitoring activities. This process, traditionally handled via command-line utilities, includes creating, modifying, an...
30 May
·
0
· 2
·
John Fuller
A Single Killer Feature You Need For Collaborative Database Development: Source Control For MySQL
Database development is a complex process that requires quality planning, technical skills, experience, and collaboration. Regardless of the project scope and the development team size, efficient part...
29 May
·
0
· 1
·
John Fuller
Show running processes in MySQL
The KILL command terminates a connection thread by ID along with the related active query, if there is one. Then, to identify queries for deletion, you need to see processes on the server - and the SH...
23 May
·
0
· 1
·
John Fuller
How to Kill Running Process, Query, or Session in MySQL
Every database developer and administrator strives to maintain optimal performance and stability for their databases. There are tasks that need to be done every single day to keep things the way they...
22 May
·
0
· 1
·
John Fuller
Best Navicat alternative for MySQL and MariaDB databases
Navicat is a popular brand of GUI tools that help handle a number of tasks related to database development and management. Moreover, these tools work across a wide variety of the world's biggest relat...
21 May
·
0
· 1
·
John Fuller
Tune Performance using MySQL Query EXPLAIN Plan
MySQL EXPLAIN plan helps you understand how MySQL queries are executed and what indexing techniques are better for running queries efficiently. The EXPLAIN plan is a handy statement, especially when y...
14 May
·
0
· 1
·
John Fuller
How to Add, Show, and Drop MySQL Foreign Keys
What is a foreign key in MySQL?
We’ll start with the definition. A foreign key is a column or a group of columns that allow cross-referencing related data across tables in a database. A foreign...
12 May
·
0
· 1
·
John Fuller
How to grant and revoke privileges in MySQL
When it comes to keeping databases and data secure, it is recommended to use privileges. They can help you control who can access database data and do not allow users without specified permissions to...
25 April
·
0
· 1
·
John Fuller
How to run a SQL script or file in MySQL & MariaDB
In database development, it is important to test the database with different data scenarios to ensure its functionality, performance, and reliability. Data import facilitates the population of test da...
23 April
·
0
· 1
·
John Fuller
How to Remove Duplicate Rows in MySQL
Can it happen that the data stored in databases include identical records? Yes, it happens frequently. However, having duplicate records in databases is a scenario that should be avoided. Duplicates p...
12 April
·
0
· 8
·
John Fuller
How to Show Indexes in MySQL Tables & Database
Managing data from small or large databases is a daily task of database administrators and developers. Frequently, they need to search for specific data processing thousands of rows. This can be compl...
09 April
·
0
· 1
·
John Fuller
Best alternative to SQLyog
SQLyog and dbForge Studio for MySQL are both viable solutions for database developers and administrators, with lots of nifty features hidden under clean user interfaces. But where SQLyog is a solid mi...
03 April
·
0
· 1
·
John Fuller
How to Install Windows on a Mac With Parallels and Run dbForge Edge
dbForge Edge is an expansive solution that covers a huge number of database-related tasks across multiple database systems and cloud services, including MySQL, MariaDB, Microsoft SQL Server, Orac...
28 March
·
0
· 3
·
John Fuller
Export MySQL data to CSV: Comprehensive tutorial & best practices
CSV is one of the most versatile data formats that is widely used to exchange structured data between different applications. The convenience of CSV lies in simplicity. CSV files contain plain text th...
25 March
·
0
· 1
·
John Fuller
How to Change a Column Type in MySQL
MySQL is well-known among other relational database management systems for its robustness and versatility. A fundamental aspect of its architecture lies in the meticulous handling of data types within...
20 March
·
0
· 1
·
John Fuller
How to import text files to MySQL/MariaDB databases
Data import is one of the basic yet important operations in database management. What you need here is a selection of formats to choose from, flexible settings for each format, and a handy GUI tool th...
18 March
·
0
· 1
·
John Fuller
Connect to RDS MySQL 101: Your Easy Guide on How to Banish Glitches
Have you ever been stuck in MySQL connectivity chaos? Wondering how to connect to RDS MySQL without summoning gremlins?
Fret not – you’re not alone. In the realm of database setup, glitch...
15 March 2024
·
0
· 1
·
John Fuller