Tips, Tricks and Tutorials MySQL: How to Change the Next Auto Increment Value in phpMyAdmin February 12, 2015 by Craig Lotter No Comments I needed a quick fix to an urgent problem the other day, and the best solution for that particular challenge turned out to be artificially... Read More
Tips, Tricks and Tutorials Ubuntu Server 12.04: How to Enable phpMyAdmin July 1, 2014 by Craig Lotter No Comments The last little while I’ve slowly been bringing all our servers up to a base level of operating system, in this case Ubuntu Server 12.04... Read More
Software & Sites How to Rename a Table using phpMyAdmin April 27, 2012 by Craig Lotter No Comments It is not immediately apparent how you go about changing the name of a MySQL database table via the phpMyAdmin interface, so I thought I... Read More
CodeUnit Ubuntu: Change the File Size Limit for phpMyAdmin SQL Dump Imports November 19, 2010 by Craig Lotter No Comments Working with the web-based phpMyAdmin can sometimes be a bit of a lesson in frustration, particularly when you start bumping your head against its various... Read More
CodeUnit Ubuntu: Simple Install for PHPMyAdmin November 3, 2010 by Craig Lotter No Comments PHPMyAdmin is a useful web-based management tool for your MySQL server running as part of your LAMP stack. To install this tool in Ubuntu turns... Read More
CodeUnit How to Store Decimal Currency Values in MySQL January 17, 2010 by Craig Lotter No Comments Now while storing integers and numerals in MySQL is pretty rock solid and easy to do, storing decimal values like currency, in other words money,... Read More