7
Sep/20Upgrading MySQL Running In Docker (Compose)
Overview I wanted to try and upgrade my MySQL database from 5.7 to 8.0 however I have containerised my database install. What I thought was a immutable container would be a simple burn and switch turned out to be a … Continue reading
7
May/18Cannot load from mysql.proc. The table is probably corrupted
I was trying to update accounts in MySQL and got the following error message: Cannot load from mysql.proc. The table is probably corrupted A little bit scary if my data was corrupted. Turns out there is an upgrade command which … 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
3
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
11
Aug/10How To Start Oracle Enterprise Manager
Specify the SID export ORACLE_SID= Start the enterprise manager emctl start dbconsole How to start Oracle Enterprise manager
11
Jun/10Linksys SPA3102 And FreePBX On Ubuntu 10.04
Overview I wanted to setup a Private Branch eXchange(PBX) system using Asterisk server at home. As I already had a traditional land line (PSTN or POTS line) I needed something to bridge the computer to the land line. My idea … Continue reading
21
Sep/09MythWeb Database Access Denied
I recently had to re-install my Linux computer after a lot had screwed up (mainly my fault for experimenting with stuff). When I check MythWeb I got the Message “MythWeb Database Access Denied” with some more text below. MythWeb is … Continue reading