23

Nov/15

MySQL Workbench Error Code 7

Overview On Windows, I was getting the following error trying to take a database dump to file: mysqldump: [ERROR] unknown variable ‘delayed-insert=FALSE’ Operation failed with exitcode 7 At the time I was using Workbench 6.3.5. Temporary Fix Edit the file … Continue reading

08

Jul/13

Install Tiny, Tiny RSS On Ubuntu 12.04

Overview Since Google announced they were shutting down their Google Reader service it has come to light how dependent I was on a third party. Fortunately, Google allows data to be exported in a variety of formats including standard variants. … Continue reading

24

Jun/13

Installing MySQL Ubuntu

MySQL is very easy to install and the commands work for most versions of Ubuntu. Start a terminal. Update Ubuntu’s repository: sudo apt-get update Install MySQL server: sudo apt-get install mysql-server A prompt will appear asking for the root (admin) … Continue reading

06

Aug/12

Recover MySQL Data From Files

Overview The best way to backup and restore from MySQL is using Workbench or mysqldump however this may not be possible if the system is trashed but have HDD data in tact. As a last resort the files can be … Continue reading