Today I learned
  • Home
  • Github
  • Linkedin
  • Nomad Life(Travel Blog)
Sign in Subscribe

mysql

A collection of 2 posts
database

How to Fix [ERROR] Unknown/unsupported storage engine: InnoDB

After playing around with my MySQL configuration file in my docker container, MySQL was throwing a weird error, and was failing to start. I checked the error logs and found an entry in the error log. [ERROR] Plugin ‘InnoDB’ init function returned error. [ERROR] Plugin ‘InnoDB’ registration as a STORAGE
Jan 7, 2016 1 min read
rails

Creating tables and problems with primary key in Rails

If you run into the following error when running a migration in your legacy Rails app with MySQL 5.7 or above rake aborted! "Mysql2::Error: All parts of a PRIMARY KEY must be NOT NULL:" the fix is by monkey patching the MySQL Adapter using the following code. # lib/
Nov 13, 2015
Page 1 of 1
Today I learned © 2023
Powered by Ghost