Gutenberg for Enterprise Businesses

Gutenberg for Enterprise Businesses

  Since the release of WordPress 5.0, along with the new editor Gutenberg, website owners have been scrambling to decide whether this major shift in the WordPress landscape is welcome or not. In fact, despite hoping to solve editing issues within the Classic...
Using docker with WordPress

Using docker with WordPress

If you’re a web developer, you probably know the importance of having a local installation of yours and your clients’ sites available on your machine. After all, a local installation allows you to easily make changes, tweak the design, and test plugins or themes...
Enable MySQL Remote Access

Enable MySQL Remote Access

Remote access to the MySQL database server is usually disabled for security reasons. Yet, there are occasions when you require remote access to a database server from either home or a web server.  This article will explain how to setup a user on your MySQL server to...
Enable MySQL Remote Access

How to Kill MySQL Queries

MySQL queries can sometimes be long-running and may prevent transactions from accessing necessary tables to complete a request. This will put your users on hold. In order to kill these long-running queries, you must access the environment’s MySQL database. Correcting...