This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.
Tag: MySQL
-
Migrate your WordPress local MySQL to Cloud SQL
Regardless of where you hosting your WordPress site, you can use Cloud SQL to be your backend database. In this How-to, I will explain the steps I took to migrate from the WordPress local MySQL to Cloud SQL.
-
Using a view in MySql
In Google Data Studio you can set up a connector to connect to a MySql database
-
How to fix Mysql server stops very frequently
I have had a problem with my WordPress site, the connection with MySql has gone away and to get it back I had to restart the server. This been an annoying issue as I do not have that high traffic on the site.
-
Solving “-bash: mysql: command not found” In MAMP Pro 3
So you found your self with a problem, you can not access MySQL from your terminal command line, you get a message – Solving “-bash: mysql: command not found” In MAMP Pro 3
-
How to add UUID to CodeIgniter Crud library Grocery Crud
I recently had a need to use UUID as my primary key for an application that I have architected using the CodeIgniter framework with Grocery Crud on a MySQL database. UUID (Universally Unique Identifiers) also known as GUID (Globally Unique Identifier) is a great way to make each of your primary keys a unique key, […]
-
How to disable MySQL strict mode on CodeIgniter
I recently installed a CodeIgniter 3.x application and another PHP application on a new server, I did run into some issues immediately, the apps were broken, it connected to the database. Did not allow me to insert new data, gave me an error, took me some time to figure it out, the issue was that […]
-
Performance testing your WordPress site
You can hire a company to performance test a website, or you can do it yourself, this article will explain how you can do it yourself using Free available tools.
-
How to trouble shoot a slow Linux server
Are you find your server is running slowly, how to troubleshot to find out what is causing the problem. Lets start looking at the server, you need to login to your server to run the command top
-
Tweaking your server to not get the “Error establishing a database connection”
For months now my server has been running ok, I only had a small issue with a misconfigured varnish server, that caused the PHP session cookies to not work.
-
How to speed up page load for your WordPress blog
As part of launching a new WordPress website, you need to do some optimization from the standard installation and give your WordPress improved performance improve page loads. There are a number of ways you can do this, I will in this article take you through the options that are available to you. There might be […]