Nick Yeoman's Blog

Mysql

Php Mysql Insert From Array

Updated: April 5, 2022

I first wrote this article in 2009 when CodeIgniter’s active record class did most of the db work for you.  Eventually I'll update this to talk about my php class helper for MySQL.

Reset MySQL (or MariaDB) Root Password

Updated: February 17, 2022

This article explains how to reset the database root password.

MySQL Runaway Process

Updated: February 17, 2022

Here are the commands to stop a run away process.

Back up and restore MySQL databases

Updated: February 17, 2022

This article will briefly explain how to use the command line to backup your databases, making it easy to automate your tasks using bash scripts.