Main Topics
Databases
Inside this section, you'll learn more about how to access your database on Pagely's managed WordPress hosting and how to make any changes that you might need to.
General
-
Using Elasticsearch on Your WordPress Site
Elasticsearch is a great way to speed up certain aspects of your WordPress site. Combined with th...
-
Performing a Search and Replace on Your WordPress Site
When doing things like switching a staging site over to production or changing the primary domain...
-
Checking WordPress Database Sizes with WP-CLI
By using a simple WP-CLI command, you can easily find the size of your WordPress database, as wel...
-
Searching Your WordPress Database with WP-CLI
Searching through entire databases can be a hassle, but WP-CLI makes it easy. Here's how to searc...
-
Manually Updating Your WooCommerce Database via Command Line
In certain cases, the WooCommerce plugin will update, but the WooCommerce database update will fa...
Accessing Databases
-
Connecting to Your Database with a Remote MySQL Client
If you need a GUI interface for database management, you can use SSH tunneling to connect to the ...
-
phpMyAdmin Database Management
phpMyAdmin is available for all accounts. Depending on your account type, you may need to request...
-
Connecting to your Database with WP-CLI
Using WP-CLI to connect to your database is a great shortcut to otherwise long connection command...
Importing and Exporting Databases
-
Importing Databases Using PHPMyAdmin
Although importing databases is usually best done through a command line interface such as WP-CLI...
-
Exporting Databases Using PHPMyAdmin
If you're trying to migrate your site to Pagely but your former host doesn't offer SSH or access ...
-
Importing Databases Using WP-CLI
WP-CLI is a great tool for simplifying various actions on your WordPress site. One of the great f...
-
Exporting Databases with WP-CLI
If you have SSH access, WP-CLI is usually the fastest way to export a copy of your database. In c...