Category

MySQL

You are now browsing the posts filled under MySQL.

Importing a large MySQL database from Linux Terminal

Importing a large MySQL database from Linux Terminal

Let’s say you have a very large MySQL database and you are moving it to a new server ( or just moving your whole website to a new web host ) and of course your cannot import it from phpMyAdmin. This is a tutorial to show you the easiest way to import a very large […]

Optimizing your MySQL database from your website

Optimizing your MySQL database from your website

  In this post I’ll explain how simple is it to optimize your MySQL database directly from your website / website administration panel ( if you have one ).   Usually people I know optimize their MySQL database from “phpmyadmin” if they have it.   Why optimize ? Well, in case you just deleted a […]