Comments on: South migrations and MariaDB http://simionbaws.ro/stories/south-migrations-and-mariadb/ Stuff I might need later. Wed, 23 Sep 2015 14:18:00 +0000 hourly 1 http://wordpress.org/?v=4.3.1 By: EK http://simionbaws.ro/stories/south-migrations-and-mariadb/#comment-148 Mon, 13 Oct 2014 18:43:09 +0000 http://simionbaws.ro/?p=380#comment-148 In my case, it was caused by missing stats tables in mysql schema in my MariaDB install:

https://mariadb.com/kb/en/mariadb/documentation/optimization-and-tuning/engine-independent-table-statistics/#manual-updates-to-statistics-tables

I had to manually create mysql.table_stats, mysql.column_stats, and mysql.index_stats.

]]>
By: Ovidiu Nițan http://simionbaws.ro/stories/south-migrations-and-mariadb/#comment-126 Tue, 26 Aug 2014 21:50:31 +0000 http://simionbaws.ro/?p=380#comment-126 I think this happens only when migrations were generated on a machine with MySQL, but I’m not entirely sure.

]]>
By: simion http://simionbaws.ro/stories/south-migrations-and-mariadb/#comment-125 Tue, 26 Aug 2014 21:46:17 +0000 http://simionbaws.ro/?p=380#comment-125 Fresh install of manjaro (with maria db).
Tried to migrate on an existing project, same issue.

So i guess they fucked something up in the latest version of MariaDB, because I used MariaDb with south, and worked fine.

Same solution worked for me too, compile mysql from aur.

yaourt -S mysql

]]>