Posts Tagged "MySQL"

How to install MySQL on Mac OS X El Capitan

Posted on Nov 2, 2015

There are several ways to install MySQL on your Mac, for example: compile from source use the Homebrew package manager (http://brew.sh) use a nifty script courtesy of Mac Mini Vault (http://git.io/eUx7rg) or...

Learn More

How to find and replace in MySQL with phpMyAdmin

Posted on Dec 5, 2014

Sometimes you need to replace a string in your database with another string, and it can be rather tedious to plough through a large table manually. Thankfully MySQL can execute raw queries such as find and...

Learn More

MySQL Databases and phpMyAdmin in Plesk 12

Posted on Sep 22, 2014

In this screencast I’ll show you how to access your MySQL databases from Plesk and where to find the phpMyAdmin tool. I’ll also show you how to create MySQL users and copy databases in Plesk...

Learn More