We use cookies to understand how you interact with our site, to personalize and streamline your experience, and to tailor advertising. By continuing to use our site, you accept our use of cookies and accept our Privacy Policy.
Contact Us
Contact Us
Sign in
Sign in
Nexcess Logo

Nexcess Knowledge Base

|
Tag : database-table-names-sizes
March 03, 2023

Importing and exporting a MySQL database

Importing and exporting a MySQL database
You can export/import MySQL databases using different tools. Exporting a MySQL database helps create a database backup for a website restoration process, cloning, or migration to a new server.
February 23, 2023

Top 6 free MariaDB and MySQL GUI tools in 2023

Top 6 free MariaDB and MySQL GUI tools in 2023
This post will introduce you to the top six free MariaDB and MySQL GUI tools available in 2023. Whether you're a novice or an expert, chances are you'll find the tool suitable for your needs.
February 21, 2023

Convert MyISAM to InnoDB tables for database performance

Convert MyISAM to InnoDB tables for database performance
With regard to database tables and storage engines, after learning why we would want to convert MyISAM to InnoDB for better performance, let’s review four methods for doing so.
January 23, 2023

WordPress database setup — changing the database prefix

WordPress database setup — changing the database prefix
With regard to WordPress database setup and security, establishing a custom prefix for your database tables will harden your site against database-based hacker attacks.
February 16, 2022

WP-CLI Commands for Your WordPress Database

WP-CLI Commands for Your WordPress Database
Find the answers to common questions and other helpful tips for managing and optimizing your WordPress MySQL database using the power of the WordPress Command Line Interface (WP-CLI) tool