23
Nov/15MySQL 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
29
Sep/14MySQL Server 5.6 512MB RAM
Overview Ubuntu 14.04 added MySQL 5.6 to the official repository but it turns out installing it on anything less than 1GB RAM is pretty difficult. Disable Service Startup It is necessary to disable service startup after an install to prevent … Continue reading
14
Apr/14TTRSS – Your access level is insufficient to run this script
After upgrading from 1.9 to 1.11 I had got the error message “Your access level is insufficient to run this script” when trying to log in. The problem was TTRSS needed to run some upgrade script but if you log … Continue reading
31
Mar/14Move / Change Password RasPBX Database
Overview Migrating Host First export and import the database data into the new database. It goes without saying that the RasPBX should be stopped or any changes between the export and import will not be captured and lost. The root … Continue reading
02
Dec/13Install Sonar 3.5.1 With MySQL On Tomcat 7 Running Ubuntu 13.04
Overview This post assumes MySQL is already installed. Create an empty schema for Sonar and a user with create, update, index, and delete like privileges. Tomcat 7 sudo apt-get install tomcat7 Java sudo apt-get install default-jdk Sonar Download and extract … Continue reading
08
Jul/13Install 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/13Installing 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
03
Jun/13Raspberry Pi Replace Home Server
Overview With the popularity of Raspberry Pi I wanted to investigate if it was possible to replace my 24×7 Linux server running at home. Whilst one Raspberry Pi will not replace a desktop computer, it may be possible to use … Continue reading